/// import { createZappPipesContext } from "./ZappPipesContextFactory"; const initialContext = { context: null, setContext: () => {}, }; export const ZappPipesScreenContext = createZappPipesContext(initialContext);