mirror of
https://github.com/vercel/commerce.git
synced 2025-07-27 04:01:23 +00:00
update to agility/next
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
import React, { Component } from 'react';
|
||||
import ContentZone from 'components/agility-global/ContentZone'
|
||||
import { ContentZone } from '@agility/nextjs'
|
||||
|
||||
import { getModule } from "components/agility-modules"
|
||||
|
||||
const MainTemplate = (props:any) => {
|
||||
|
||||
return (
|
||||
<div className="one-column-template">
|
||||
<ContentZone name='MainContentZone' {...props} />
|
||||
<ContentZone name='MainContentZone' {...props} getModule={getModule} />
|
||||
</div>
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user