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