This commit is contained in:
parent
bc101a5eed
commit
e8dc70538b
|
|
@ -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() {
|
|||
<FhwsPage/>
|
||||
<FhrxPage />
|
||||
<CultureBgPage />
|
||||
<AutoCarouselDemo />
|
||||
<Integrated />
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue