wip: Saving work

This commit is contained in:
Sol Irvine
2023-08-20 09:55:09 +09:00
parent 097cb83568
commit 6de73e3ff2
13 changed files with 172 additions and 92 deletions

View File

@@ -33,7 +33,7 @@ export default async function ProductLayout({
return (
<div>
<Navbar cart={cart} locale={locale} />
<Navbar cart={cart} locale={locale} compact />
{children}
<Suspense>
<Footer cart={cart} />