Mission Control Dashboard - Initial implementation
This commit is contained in:
12
node_modules/framer-motion/dist/es/context/DeprecatedLayoutGroupContext.mjs
generated
vendored
Normal file
12
node_modules/framer-motion/dist/es/context/DeprecatedLayoutGroupContext.mjs
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
"use client";
|
||||
import { createContext } from 'react';
|
||||
|
||||
/**
|
||||
* Note: Still used by components generated by old versions of Framer
|
||||
*
|
||||
* @deprecated
|
||||
*/
|
||||
const DeprecatedLayoutGroupContext = createContext(null);
|
||||
|
||||
export { DeprecatedLayoutGroupContext };
|
||||
//# sourceMappingURL=DeprecatedLayoutGroupContext.mjs.map
|
||||
Reference in New Issue
Block a user