Files
turftracker/frontend/node_modules/framer-motion/dist/es/context/LazyContext.mjs
2026-04-09 13:19:47 -05:00

6 lines
119 B
JavaScript

import { createContext } from 'react';
const LazyContext = createContext({ strict: false });
export { LazyContext };