UNPKG

wcz-layout

Version:

7 lines (6 loc) 243 B
import { createContext } from "react"; //#region src/contexts/NotificationContext.tsx const NotificationContext = createContext(null); //#endregion export { NotificationContext as t }; //# sourceMappingURL=NotificationContext-CgwUOeW0.mjs.map