Skip to content

Commit a038202

Browse files
authored
chore: remove unused imports
Signed-off-by: Cody Olsen <[email protected]>
1 parent fac9731 commit a038202

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/FileInputArea.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {UploadIcon} from '@sanity/icons'
2-
import {Box, Button, Card, CardTone, Flex, Inline, Text} from '@sanity/ui'
2+
import {Card, CardTone, Flex, Inline} from '@sanity/ui'
33
import {PropsWithChildren, useRef, useState} from 'react'
44

55
import {extractDroppedFiles} from '../util/extractFiles'
@@ -78,7 +78,7 @@ export default function FileInputArea({
7878
{label}
7979
</Flex>
8080
<Inline space={2}>
81-
<FileInputButton
81+
<FileInput
8282
mode="ghost"
8383
tone="default"
8484
icon={UploadIcon}

0 commit comments

Comments
 (0)