Xin Zhang
initial dify code
27fd333
raw
history blame contribute delete
152 Bytes
'use client'
import { createContext } from 'use-context-selector'
const RadioGroupContext = createContext<any>(null)
export default RadioGroupContext