修改文件位置
This commit is contained in:
parent
a13fa8e6bd
commit
3d40e0842b
|
|
@ -1,4 +1,4 @@
|
||||||
import { CarouselDemo } from "../Carousel";
|
import { CarouselDemo } from "@/components/Carousel";
|
||||||
import {FireNewsList} from "./FireNewsList";
|
import {FireNewsList} from "./FireNewsList";
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
import { CarouselDemo } from "../Carousel";
|
import { CarouselDemo } from "@/components/Carousel";
|
||||||
import {FireNewsList} from "./FireNewsList";
|
import {FireNewsList} from "./FireNewsList";
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
import { CarouselDemo } from "../Carousel";
|
import { CarouselDemo } from "@/components/Carousel";
|
||||||
import {FireNewsList} from "./FireNewsList";
|
import {FireNewsList} from "./FireNewsList";
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
import { CarouselDemo } from "../Carousel";
|
import { CarouselDemo } from "@/components/Carousel";
|
||||||
import {FireNewsList} from "./FireNewsList";
|
import {FireNewsList} from "./FireNewsList";
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import List from '../list/List';
|
import List from '@/components/list/List';
|
||||||
|
|
||||||
export default function GrassrootsDynamics() {
|
export default function GrassrootsDynamics() {
|
||||||
return (
|
return (
|
||||||
|
|
@ -5,12 +5,12 @@ import CultureBgPage from "@/components/news/body/Culturebg";
|
||||||
import {Header} from "@/components/news/header/Header";
|
import {Header} from "@/components/news/header/Header";
|
||||||
import {TopNav} from "@/components/news/header/TopNav";
|
import {TopNav} from "@/components/news/header/TopNav";
|
||||||
import NewsList from "@/components/list/NewsList";
|
import NewsList from "@/components/list/NewsList";
|
||||||
import ImageGridSection from "@/components/body/ImageGridSection";
|
import ImageGridSection from "@/components/news/body/ImageGridSection";
|
||||||
import GrassrootsDynamics from "@/components/body/GrassrootsDynamics";
|
import GrassrootsDynamics from "@/components/news/body/GrassrootsDynamics";
|
||||||
import { FhywPage } from "@/components/FireNews/fhyw";
|
import { FhywPage } from "@/components/news/body/FireNews/fhyw";
|
||||||
import { FhjtPage } from "@/components/FireNews/fhjt";
|
import { FhjtPage } from "@/components/news/body/FireNews/fhjt";
|
||||||
import { FhwsPage } from "@/components/FireNews/fhws";
|
import { FhwsPage } from "@/components/news/body/FireNews/fhws";
|
||||||
import { FhrxPage } from "@/components/FireNews/fhrx";
|
import { FhrxPage } from "@/components/news/body/FireNews/fhrx";
|
||||||
import { AutoCarouselDemo } from "@/components/AutoCarousel";
|
import { AutoCarouselDemo } from "@/components/AutoCarousel";
|
||||||
export function meta( ) {
|
export function meta( ) {
|
||||||
return [
|
return [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue