Initial commit
This commit is contained in:
6
web/app/components/base/radio/context/index.tsx
Normal file
6
web/app/components/base/radio/context/index.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
'use client'
|
||||
|
||||
import { createContext } from 'use-context-selector'
|
||||
|
||||
const RadioGroupContext = createContext<any>(null)
|
||||
export default RadioGroupContext
|
Reference in New Issue
Block a user