Skip to content

Commit 5ec9b4d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/InputBrowser.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {Dialog} from '@sanity/ui'
2-
import React, {useCallback, useId} from 'react'
2+
import {useCallback, useId} from 'react'
33
import {styled} from 'styled-components'
44

55
import type {SetDialogState} from '../hooks/useDialogState'

0 commit comments

Comments
 (0)