mirror of
https://github.com/vercel/commerce.git
synced 2025-05-19 16:07:01 +00:00
Update page.tsx
This commit is contained in:
parent
4245628da1
commit
1bc7eade96
@ -45,5 +45,7 @@ export default async function IndexPage({ params }: HomePageParams) {
|
||||
);
|
||||
}
|
||||
|
||||
return <HomePage data={data} />;
|
||||
return (
|
||||
<HomePage data={data} />
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user