Files
2026-03-27 18:36:05 +00:00

8 lines
173 B
JavaScript

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