tangled
alpha
login
or
join now
daniela.lol
/
witchsky.app
forked from
jollywhoppers.com/witchsky.app
0
fork
atom
Bluesky app fork with some witchin' additions 💫
0
fork
atom
overview
issues
pulls
pipelines
fix IS_WEB import
daniela.lol
2 months ago
2f548820
e72a563d
verified
This commit was signed with the committer's
known signature
.
daniela.lol
SSH Key Fingerprint:
SHA256:hDZNP/SivA4B+nXJfcGRZnWjV0crLCjKVF2oVJiZcUI=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
components
forms
TextField.tsx
+1
-1
src/components/forms/TextField.tsx
reviewed
···
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
28
-
import {IS_WEB} from '#/env/index.web'
28
28
+
import {IS_WEB} from '#/env'
29
29
30
30
const Context = createContext<{
31
31
inputRef: React.RefObject<TextInput | null> | null