import { createContext } from 'react' export const AccordionContext = createContext(undefined)