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