diff --git a/components/agility-global/AgilityPage.tsx b/components/agility-global/AgilityPage.tsx index 081469aa9..f76ea7dac 100644 --- a/components/agility-global/AgilityPage.tsx +++ b/components/agility-global/AgilityPage.tsx @@ -1,5 +1,6 @@ import pageTemplates from "components/agility-pageTemplates" import Head from 'next/head' +import { Text } from '@components/ui' const AgilityPage = ({ agilityProps, error, revalidate }: { agilityProps: any, error?: any, revalidate?: any }) => { @@ -18,9 +19,14 @@ const AgilityPage = ({ agilityProps, error, revalidate }: { agilityProps: any, e return ( <>
-