diff --git a/app/[page]/layout.tsx b/app/[page]/layout.tsx index 453253dca..50614b5b1 100644 --- a/app/[page]/layout.tsx +++ b/app/[page]/layout.tsx @@ -1,15 +1,12 @@ import Footer from 'components/layout/footer'; -import { Suspense } from 'react'; export default function Layout({ children }: { children: React.ReactNode }) { return ( - + <>
-
- {children} -
+
{children}