This commit is contained in:
jinsir 2025-11-19 16:25:28 +08:00
parent 5d68fd09f8
commit c10df53e5e
5 changed files with 4 additions and 2 deletions

View File

@ -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 (

View File

@ -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";