将header组件移到news/header下面

This commit is contained in:
qiuchenfan 2025-11-18 17:44:27 +08:00
parent 90ccecda1d
commit aa72ef0c70
3 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ import { CarouselDemo } from "@/components/Carousel";
import type { Route } from "./+types/news";
import Integrated from "@/components/news/body/Integrated";
import CultureBgPage from "@/components/news/body/Culturebg";
import {Header} from "@/components/header/Header";
import {TopNav} from "@/components/header/TopNav";
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";
export function meta( ) {