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