mirror of
https://github.com/supabase/supabase.git
synced 2026-07-07 13:59:37 +08:00
6 lines
105 B
TypeScript
6 lines
105 B
TypeScript
import { createContext } from 'react'
|
|
|
|
const FlagContext = createContext({})
|
|
|
|
export default FlagContext
|