feat: Shop list working

This commit is contained in:
Sol Irvine
2023-08-17 16:47:47 +09:00
parent c1d06e90bb
commit 31ee315cfc
13 changed files with 153 additions and 28 deletions

View File

@@ -1,7 +1,7 @@
import { Carousel } from 'components/carousel';
import { ThreeItemGrid } from 'components/grid/three-items';
import Footer from 'components/layout/footer';
import { LanguageControl, SupportedLocales } from 'components/layout/navbar/language-control';
import { LanguageControl, SupportedLocale } from 'components/layout/navbar/language-control';
import clsx from 'clsx';
import LogoNamemark from 'components/icons/namemark';
@@ -25,7 +25,7 @@ export const metadata = {
export default async function HomePage({
params: { locale }
}: {
params: { locale: SupportedLocales };
params: { locale: SupportedLocale };
}) {
return (
<>