import { createContext } from 'react'; const AppContext = createContext({} as any); export default AppContext;