import React from "react"; import {ApplicationContext} from "context"; export const AppContext: React.Context = React.createContext(null);