Merge branch 'main' of http://113.45.67.59:3003/qiuchenfan/news
This commit is contained in:
commit
94da72d1c0
|
|
@ -1,5 +1,10 @@
|
|||
<<<<<<< HEAD:app/components/FireNews/fhjt.tsx
|
||||
import { CarouselDemo } from "../Carousel";
|
||||
|
||||
=======
|
||||
import { CarouselDemo } from "@/components/Carousel";
|
||||
import {FireNewsList} from "./FireNewsList";
|
||||
>>>>>>> 3d40e0842bfbc0f98f28bff855cbd548b078cc8f:app/components/news/body/FireNews/fhjt.tsx
|
||||
|
||||
|
||||
export function FhjtPage() {
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
import { CarouselDemo } from "../Carousel";
|
||||
import { CarouselDemo } from "@/components/Carousel";
|
||||
import {FireNewsList} from "./FireNewsList";
|
||||
|
||||
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
import { CarouselDemo } from "../Carousel";
|
||||
import { CarouselDemo } from "@/components/Carousel";
|
||||
import {FireNewsList} from "./FireNewsList";
|
||||
|
||||
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
import { CarouselDemo } from "../Carousel";
|
||||
import { CarouselDemo } from "@/components/Carousel";
|
||||
import {FireNewsList} from "./FireNewsList";
|
||||
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
import React from 'react';
|
||||
import List from '../list/List';
|
||||
import List from '@/components/list/List';
|
||||
|
||||
export default function GrassrootsDynamics() {
|
||||
return (
|
||||
|
|
@ -5,12 +5,12 @@ import CultureBgPage from "@/components/news/body/Culturebg";
|
|||
import {Header} from "@/components/news/header/Header";
|
||||
import {TopNav} from "@/components/news/header/TopNav";
|
||||
import NewsList from "@/components/list/NewsList";
|
||||
import ImageGridSection from "@/components/body/ImageGridSection";
|
||||
import GrassrootsDynamics from "@/components/body/GrassrootsDynamics";
|
||||
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 ImageGridSection from "@/components/news/body/ImageGridSection";
|
||||
import GrassrootsDynamics from "@/components/news/body/GrassrootsDynamics";
|
||||
import { FhywPage } from "@/components/news/body/FireNews/fhyw";
|
||||
import { FhjtPage } from "@/components/news/body/FireNews/fhjt";
|
||||
import { FhwsPage } from "@/components/news/body/FireNews/fhws";
|
||||
import { FhrxPage } from "@/components/news/body/FireNews/fhrx";
|
||||
import { AutoCarouselDemo } from "@/components/AutoCarousel";
|
||||
export function meta( ) {
|
||||
return [
|
||||
|
|
|
|||
Loading…
Reference in New Issue