import { createContext } from "react"; import {AppAction} from "../../../../common/src/actions/AppAction"; export const DispatchContext = createContext void)>(null);