Mission Control Dashboard - Initial implementation
This commit is contained in:
10
node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.mjs
generated
vendored
Normal file
10
node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.mjs
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
"use client";
|
||||
import { createContext } from 'react';
|
||||
|
||||
/**
|
||||
* Internal, exported only for usage in Framer
|
||||
*/
|
||||
const SwitchLayoutGroupContext = createContext({});
|
||||
|
||||
export { SwitchLayoutGroupContext };
|
||||
//# sourceMappingURL=SwitchLayoutGroupContext.mjs.map
|
||||
Reference in New Issue
Block a user