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