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