update to agility/next

This commit is contained in:
Joel Varty
2021-06-09 23:17:19 -04:00
parent 17f458b45b
commit e836a5950f
26 changed files with 26612 additions and 6639 deletions

View File

@@ -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>
);