将header组件移到news/header下面
This commit is contained in:
parent
90ccecda1d
commit
aa72ef0c70
|
|
@ -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( ) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue