index.mjs 173 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 "use client"; import { createContext } from 'react'; const MotionContext = /* @__PURE__ */ createContext({}); export { MotionContext }; //# sourceMappingURL=index.mjs.map