diff --git a/app/layout.tsx b/app/layout.tsx index 11fea77..0295dc0 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -12,6 +12,7 @@ const inter = Inter({ export const runtime = "edge"; + export default function Layout({ children }: { children: ReactNode }) { return ( @@ -20,15 +21,6 @@ export default function Layout({ children }: { children: ReactNode }) { {children}