From e463f96b2cb48db3504f75a4b2b1f9e80411838b Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Tue, 11 Feb 2025 10:50:05 -0800 Subject: [PATCH] fix imports --- apps/web/app/(base-org)/developers/page.tsx | 6 +++--- apps/web/src/components/Developers/Hero/index.tsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/web/app/(base-org)/developers/page.tsx b/apps/web/app/(base-org)/developers/page.tsx index b03f00d8fd..9f1ed996cc 100644 --- a/apps/web/app/(base-org)/developers/page.tsx +++ b/apps/web/app/(base-org)/developers/page.tsx @@ -1,14 +1,14 @@ import type { Metadata } from 'next'; import AnalyticsProvider from 'apps/web/contexts/Analytics'; import Container from 'apps/web/src/components/base-org/Container'; -import { Hero } from 'apps/web/src/components/Developers/components/Hero'; +import { Hero } from 'apps/web/src/components/Developers/Hero'; import { UseCases } from 'apps/web/src/components/Developers/UseCases'; -import { Customers } from 'apps/web/src/components/Developers/components/Customers'; +import { Customers } from 'apps/web/src/components/Developers/Customers'; import { Testimonials } from 'apps/web/src/components/Developers/Testimonials'; import { Tools } from 'apps/web/src/components/Developers/Tools'; import { WhyBase } from 'apps/web/src/components/Developers/WhyBase'; import { LiveDemo } from 'apps/web/src/components/Developers/LiveDemo'; -import { BottomCta } from 'apps/web/src/components/Developers/components/BottomCta'; +import { BottomCta } from 'apps/web/src/components/Developers/BottomCta'; export const metadata: Metadata = { metadataBase: new URL('https://base.org'), diff --git a/apps/web/src/components/Developers/Hero/index.tsx b/apps/web/src/components/Developers/Hero/index.tsx index 71f3419af6..944093ed9a 100644 --- a/apps/web/src/components/Developers/Hero/index.tsx +++ b/apps/web/src/components/Developers/Hero/index.tsx @@ -46,7 +46,7 @@ export function Hero() { }, []); return ( -
+
What do you want to build?