import React from "react"; import { appStore } from "./stores/AppStore"; export const Ctx = React.createContext(appStore);