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