diff --git a/src/App.tsx b/src/App.tsx index 851d681..7143bcd 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -112,7 +112,7 @@ const itemVariants = { opacity: 1, y: 0, scale: 1, - transition: { type: 'spring', stiffness: 300, damping: 30 } + transition: { type: 'spring' as const, stiffness: 300, damping: 30 } } }