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