Severian's picture
initial commit
a8b3f00
raw
history blame
152 Bytes
'use client'
import { createContext } from 'use-context-selector'
const RadioGroupContext = createContext<any>(null)
export default RadioGroupContext