dashboard/frontend/node_modules/framer-motion/dist/es/context/LazyContext.mjs
2025-12-16 08:16:27 +09:00

6 lines
133 B
JavaScript

"use client";
import { createContext } from 'react';
const LazyContext = createContext({ strict: false });
export { LazyContext };