This commit is contained in:
parent
8dc969f867
commit
2c12174d6b
|
|
@ -1,8 +1,8 @@
|
|||
import { CarouselDemo } from "@/components/untils/Carousel";
|
||||
import type { Route } from "./+types/news";
|
||||
import NewsList from "@/components/list/NewsList";
|
||||
|
||||
|
||||
export function meta({}: Route.MetaArgs) {
|
||||
export function meta( ) {
|
||||
return [
|
||||
{ title: "New React Router App" },
|
||||
{ name: "description", content: "Welcome to React Router!" },
|
||||
|
|
@ -10,5 +10,5 @@ export function meta({}: Route.MetaArgs) {
|
|||
}
|
||||
|
||||
export default function Home() {
|
||||
return <CarouselDemo />;
|
||||
return <NewsList />;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue