diff --git a/client/src/pages/survey.tsx b/client/src/pages/survey.tsx new file mode 100644 index 00000000..fef43f9e --- /dev/null +++ b/client/src/pages/survey.tsx @@ -0,0 +1,36 @@ +import * as React from 'react'; +import {Grid} from '@trussworks/react-uswds'; +import {useIntl} from 'gatsby-plugin-intl'; + +import J40MainGridContainer from '../components/J40MainGridContainer'; +import Layout from '../components/layout'; + +import * as CONTACT_COPY from '../data/copy/contact'; + +interface ISurveyPageProps { + location: Location; +} + +const SurveyPage = ({location}: ISurveyPageProps) => { + const intl = useIntl(); + + return ( + + + + + +