This commit is contained in:
parent
5d68fd09f8
commit
c10df53e5e
|
|
@ -1,5 +1,7 @@
|
|||
import React from 'react';
|
||||
import List from '@/components/list/List';
|
||||
import List from '@/components/news/list/List';
|
||||
|
||||
|
||||
|
||||
export default function GrassrootsDynamics() {
|
||||
return (
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import Integrated from "@/components/news/body/Integrated";
|
|||
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 NewsList from "@/components/news/list/NewsList";
|
||||
import ImageGridSection from "@/components/news/body/ImageGridSection";
|
||||
import GrassrootsDynamics from "@/components/news/body/GrassrootsDynamics";
|
||||
import { FhywPage } from "@/components/news/body/FireNews/fhyw";
|
||||
|
|
|
|||
Loading…
Reference in New Issue