index
:
voidsky
this commit
main
A fork of Bluesky's frontend that respects the user's autonomy
Vika
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
statsig
/
gates.ts
blob: fce25cb887fccae287b0e98dfc2b25a745611392 (
plain
) (
blame
)
1
2
3
import
{
useGate
}
from
'./statsig'
export
const
useNewSearchGate
=
()
=>
useGate
(
'new_search'
)