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,6 +1,7 @@
import React, { FC } from 'react'
import { Hero } from '@components/ui'
import * as AgilityTypes from "@agility/types"
import { Module } from '@agility/nextjs'
interface Fields {
@@ -9,11 +10,7 @@ interface Fields {
cTA?:AgilityTypes.URLField
}
interface Props {
fields: Fields
}
const HeroModule:FC<Props> = ({fields}) => {
const HeroModule:Module<Fields> = ({ module: {fields }}) => {
return (
<Hero