Remove unused import

This commit is contained in:
Sam Poder 2023-08-15 13:11:41 -07:00 committed by GitHub
parent 2639206614
commit 89255f623e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,6 @@ import {
Box
} from 'theme-ui'
import { useRouter } from 'next/router'
import { useEffect } from 'react'
import useForm from '../../lib/use-form'
import Submit from '../submit'
import { getCookie, hasCookie } from 'cookies-next';