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 { FhjtPage } from "@/components/FireNews/fhjt";
|
||||||
import { FhwsPage } from "@/components/FireNews/fhws";
|
import { FhwsPage } from "@/components/FireNews/fhws";
|
||||||
import { FhrxPage } from "@/components/FireNews/fhrx";
|
import { FhrxPage } from "@/components/FireNews/fhrx";
|
||||||
|
import { AutoCarouselDemo } from "@/components/AutoCarousel";
|
||||||
export function meta( ) {
|
export function meta( ) {
|
||||||
return [
|
return [
|
||||||
{ title: "New React Router App" },
|
{ title: "New React Router App" },
|
||||||
|
|
@ -32,6 +33,7 @@ export default function Home() {
|
||||||
<FhwsPage/>
|
<FhwsPage/>
|
||||||
<FhrxPage />
|
<FhrxPage />
|
||||||
<CultureBgPage />
|
<CultureBgPage />
|
||||||
|
<AutoCarouselDemo />
|
||||||
<Integrated />
|
<Integrated />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue