From 2c75ba5219ede15fb343cdacc78547e8e432a936 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 26 May 2026 17:25:35 +0000 Subject: [PATCH] Fix: Corrected motion import in ImageCardCarousel.tsx --- src/components/ui/ImageCardCarousel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = { -- 2.49.1