diff --git a/app/routes/news.tsx b/app/routes/news.tsx index 789138c..c983a0b 100755 --- a/app/routes/news.tsx +++ b/app/routes/news.tsx @@ -11,6 +11,7 @@ import { FhywPage } from "@/components/FireNews/fhyw"; import { FhjtPage } from "@/components/FireNews/fhjt"; import { FhwsPage } from "@/components/FireNews/fhws"; import { FhrxPage } from "@/components/FireNews/fhrx"; +import { AutoCarouselDemo } from "@/components/AutoCarousel"; export function meta( ) { return [ { title: "New React Router App" }, @@ -32,6 +33,7 @@ export default function Home() { + );