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