mirror of
https://github.com/vercel/commerce.git
synced 2025-05-19 07:56:59 +00:00
Solved conflict
This commit is contained in:
commit
92c0ae46f4
@ -8,7 +8,7 @@ export type IndexPageParams = {
|
|||||||
export default function HomePage({ data }: IndexPageParams) {
|
export default function HomePage({ data }: IndexPageParams) {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<DynamicContentManager content={data?.content} />;
|
<DynamicContentManager content={data?.content} />
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user