mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-22 18:45:42 +00:00
Clean up import in subscribe component
This commit is contained in:
parent
b2a2ad59ce
commit
e9e4fea4db
@ -1,7 +1,7 @@
|
|||||||
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 {Button} from '@/components/Button'
|
import {Button} from '@/components/Button'
|
||||||
import {InboxIcon} from "@/components/icons/InboxIcon";
|
import {InboxIcon} from '@/components/icons/InboxIcon'
|
||||||
|
|
||||||
export function Subscribe() {
|
export function Subscribe() {
|
||||||
const inputRef = useRef() as MutableRefObject<HTMLInputElement>
|
const inputRef = useRef() as MutableRefObject<HTMLInputElement>
|
||||||
|
Loading…
Reference in New Issue
Block a user