import { createContext } from 'react'; import { ErrorOccurrence } from '../types'; /* @ts-ignore */ export default createContext();