diff --git a/app/[locale]/shop-list/layout.tsx b/app/[locale]/shop-list/layout.tsx index 43d187830..16fd7989e 100644 --- a/app/[locale]/shop-list/layout.tsx +++ b/app/[locale]/shop-list/layout.tsx @@ -1,15 +1,5 @@ -import Footer from 'components/layout/footer'; import { Suspense } from 'react'; export default function Layout({ children }: { children: React.ReactNode }) { - return ( - -
-
- {children} -
-
-