dashboard/frontend/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.mjs

10 lines
199 B
JavaScript
Raw Normal View History

2025-12-16 08:16:27 +09:00
"use client";
import { createContext } from 'react';
/**
* Internal, exported only for usage in Framer
*/
const SwitchLayoutGroupContext = createContext({});
export { SwitchLayoutGroupContext };