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