LazyContext.mjs 174 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 "use client"; import { createContext } from 'react'; const LazyContext = createContext({ strict: false }); export { LazyContext }; //# sourceMappingURL=LazyContext.mjs.map