import { createContext } from 'react'; var routeContext = createContext({}); export default routeContext;