kv-cv/node_modules/framer-motion/dist/es/context/MotionContext/index.mjs
2026-04-19 11:08:18 +07:00

7 lines
173 B
JavaScript

"use client";
import { createContext } from 'react';
const MotionContext = /* @__PURE__ */ createContext({});
export { MotionContext };
//# sourceMappingURL=index.mjs.map