import { FC } from 'react'
import NextHead from 'next/head'
import { DefaultSeo } from 'next-seo'
import config from '@config/seo.json'
const Head: FC = () => {
return (
<>
{/* MOD - JOEL VARTY - this is set in the AgilityPage.tsx component */}
>
)
}
export default Head