import FormHeader from '../components/FormHeader'; import FormSubmit from '../components/FormSubmit'; import { IconSignupComplete } from '../components/icons'; import Form from '../components/Form'; export default ({ error, handleSubmit, siteConfig }) => (
{ IconSignupComplete }

Sign up complete

Thank you for signing up for { siteConfig.title }! Now you have access to the full content of the site.

);