Bluesky app fork with some witchin' additions 💫

fix IS_WEB import

daniela.lol 2f548820 e72a563d

verified
+1 -1
+1 -1
src/components/forms/TextField.tsx
··· 25 25 import {useInteractionState} from '#/components/hooks/useInteractionState' 26 26 import {type Props as SVGIconProps} from '#/components/icons/common' 27 27 import {Text} from '#/components/Typography' 28 - import {IS_WEB} from '#/env/index.web' 28 + import {IS_WEB} from '#/env' 29 29 30 30 const Context = createContext<{ 31 31 inputRef: React.RefObject<TextInput | null> | null