import { createContext } from 'react'; const CreateC = createContext({ routerConfig: {}, locationState: {}, }); export default CreateC;