LazyContext.mjs 174 Bytes
"use client";
import { createContext } from 'react';

const LazyContext = createContext({ strict: false });

export { LazyContext };
//# sourceMappingURL=LazyContext.mjs.map