index.mjs 138 B

123456
  1. "use client";
  2. import { createContext } from 'react';
  3. const MotionContext = /* @__PURE__ */ createContext({});
  4. export { MotionContext };