mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
wip: Working on footer
This commit is contained in:
@@ -25,7 +25,7 @@ export const metadata = {
|
||||
export default async function HomePage({
|
||||
params: { locale }
|
||||
}: {
|
||||
params: { locale: SupportedLocale };
|
||||
params: { locale?: SupportedLocale };
|
||||
}) {
|
||||
return (
|
||||
<>
|
||||
|
Reference in New Issue
Block a user