Skip to content

Commit ed09c2f

Browse files
authored
chore: remove unused import
Signed-off-by: Cody Olsen <[email protected]>
1 parent 7e8b31e commit ed09c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {Card} from '@sanity/ui'
2-
import React, {memo, Suspense} from 'react'
2+
import {memo, Suspense} from 'react'
33

44
import {useAssetDocumentValues} from '../hooks/useAssetDocumentValues'
55
import {useClient} from '../hooks/useClient'

0 commit comments

Comments
 (0)