unis_crm/frontend/node_modules/framer-motion/dist/es/context/LazyContext.mjs

8 lines
174 B
JavaScript
Raw Normal View History

2026-03-19 06:27:20 +00:00
"use client";
import { createContext } from 'react';
const LazyContext = createContext({ strict: false });
export { LazyContext };
//# sourceMappingURL=LazyContext.mjs.map