mirror of
https://github.com/supabase/supabase.git
synced 2026-07-06 00:04:23 +08:00
This is more likely how people will search - looking first for the framework which they are familiar with
6 lines
103 B
JavaScript
6 lines
103 B
JavaScript
import { createContext } from 'react'
|
|
|
|
const UserContext = createContext()
|
|
|
|
export default UserContext
|