import {createContext} from 'react'; const RegularContext = createContext(null); export default RegularContext;