about summary refs log tree commit diff
path: root/src/lib/statsig/gates.ts
blob: fce25cb887fccae287b0e98dfc2b25a745611392 (plain) (blame)
1
2
3
import {useGate} from './statsig'

export const useNewSearchGate = () => useGate('new_search')