From e8be366eaa86b68cc979bd69c70cbe4402c70ae6 Mon Sep 17 00:00:00 2001 From: Sol Irvine Date: Sun, 20 Aug 2023 21:05:57 +0900 Subject: [PATCH] wip: Saving work --- app/[locale]/shop-list/layout.tsx | 12 +----------- app/[locale]/shop-list/page.tsx | 30 ++++++++++++++++++++++-------- 2 files changed, 23 insertions(+), 19 deletions(-) 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} -
-
-