diff --git a/src/components/ui/ImageCardCarousel.tsx b/src/components/ui/ImageCardCarousel.tsx index 73c063b..61b70e4 100644 --- a/src/components/ui/ImageCardCarousel.tsx +++ b/src/components/ui/ImageCardCarousel.tsx @@ -1,5 +1,5 @@ import React, { useState, useEffect } from 'react'; -import { motion } from 'motion'; +import { motion } from 'motion/react'; import { clsx } from 'clsx'; type ImageCardCarouselProps = {