Bluesky app fork with some witchin' additions 💫 witchsky.app
bluesky fork client

fix IS_WEB import

authored by daniela.lol and committed by tangled.org 518c6e3d ee39203a

+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