Removed unused import from subscribe component

This commit is contained in:
r-freeman 2023-02-06 23:34:39 +00:00
parent 2a1a260cdc
commit 461db190fc

View File

@ -1,6 +1,5 @@
import {useRef, SyntheticEvent, MutableRefObject, useState} from 'react' import {useRef, SyntheticEvent, MutableRefObject, useState} from 'react'
import {Cta} from '@/components/Cta' import {Cta} from '@/components/Cta'
import {MailIcon} from '@/components/icons/MailIcon'
import {Button} from '@/components/Button' import {Button} from '@/components/Button'
import {InboxIcon} from "@/components/icons/InboxIcon"; import {InboxIcon} from "@/components/icons/InboxIcon";