From b50f2a5bf64c57d341a6eaf71eee995e9f3e8f4c Mon Sep 17 00:00:00 2001 From: Li1304553726 <1304553726@qq.com> Date: Tue, 18 Nov 2025 15:29:20 +0800 Subject: [PATCH] 1 --- app/components/untils/Carousel.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/untils/Carousel.tsx b/app/components/untils/Carousel.tsx index fabc5f2..e9eff99 100755 --- a/app/components/untils/Carousel.tsx +++ b/app/components/untils/Carousel.tsx @@ -2,7 +2,7 @@ import * as React from "react"; import Autoplay from "embla-carousel-autoplay"; -import { Card, CardContent } from "@/components/ui/card"; +import { Card, CardContent } from "@/ui/card"; import { Carousel, CarouselContent, @@ -10,7 +10,7 @@ import { CarouselNext, CarouselPrevious, type CarouselApi, -} from "@/components/ui/carousel"; +} from "@/ui/carousel"; export function CarouselDemo() { const [api, setApi] = React.useState();