diff --git a/app/components/Carousel.tsx b/app/components/Carousel.tsx index eeb7795..e0c744a 100755 --- a/app/components/Carousel.tsx +++ b/app/components/Carousel.tsx @@ -10,6 +10,7 @@ import { CarouselPrevious, type CarouselApi, } from "@/ui/carousel"; +import FireNewsList from "./FireNewsList"; const imageUrls = [ "/images/carousel-1.jpg", diff --git a/app/routes/news.tsx b/app/routes/news.tsx index 492ef22..7a8f095 100755 --- a/app/routes/news.tsx +++ b/app/routes/news.tsx @@ -19,6 +19,7 @@ export default function Home() {