first commit
This commit is contained in:
3
node_modules/framer-motion/dist/es/render/utils/compare-by-depth.mjs
generated
vendored
Normal file
3
node_modules/framer-motion/dist/es/render/utils/compare-by-depth.mjs
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
const compareByDepth = (a, b) => a.depth - b.depth;
|
||||
|
||||
export { compareByDepth };
|
||||
Reference in New Issue
Block a user