Files
SerpentRace/node_modules/framer-motion/dist/es/context/MotionContext/index.mjs
T
2025-08-23 00:05:18 +02:00

7 lines
138 B
JavaScript

"use client";
import { createContext } from 'react';
const MotionContext = /* @__PURE__ */ createContext({});
export { MotionContext };