diff --git a/app/[page]/layout.tsx b/app/[page]/layout.tsx deleted file mode 100644 index e6d2b7dce..000000000 --- a/app/[page]/layout.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import Footer from 'components/layout/footer'; -import { Suspense } from 'react'; - -export default function Layout({ children }: { children: React.ReactNode }) { - return ( - -
-
- {children} -
-
-