diff --git a/apps/web/app/(landing)/page.tsx b/apps/web/app/(landing)/page.tsx index 8a9ab5d1..740eef3e 100644 --- a/apps/web/app/(landing)/page.tsx +++ b/apps/web/app/(landing)/page.tsx @@ -5,7 +5,7 @@ import Cta from "./Cta"; import { Toaster } from "@repo/ui/shadcn/toaster"; import Features from "./Features"; import Footer from "./footer"; -import { auth } from "../helpers/server/auth"; +import { auth } from "@/server/auth"; import Services from "./Features/index"; import { Showcases } from "./Showcase"; import BackgroundPlus from "./GridPatterns/PlusGrid"; diff --git a/apps/web/app/layout.tsx b/apps/web/app/layout.tsx index 4d182799..9af77837 100644 --- a/apps/web/app/layout.tsx +++ b/apps/web/app/layout.tsx @@ -74,12 +74,10 @@ export default function RootLayout({ className={cn( `${inter.className} dark`, GeistMono.variable, - GeistSans.variable + GeistSans.variable, )} > {children} -
- {children}