import { createContext } from 'react'; const selectedRadioItemContextAtom = createContext(''); export default selectedRadioItemContextAtom;