Skip to content

Commit 693ed5c

Browse files
fix: get rid of require cycle
1 parent 9e7636e commit 693ed5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/screens/profile/ProfileControlledInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ControlledField } from '@baca/components'
1+
import { ControlledField } from '@baca/components/organisms/ControlledField'
22
import { isWeb } from '@baca/constants'
33
import { Box, Text } from '@baca/design-system'
44
import { useWeb } from '@baca/hooks'

0 commit comments

Comments
 (0)