This commit is contained in:
quantulr
2023-11-06 17:27:50 +08:00
parent b6a722fa79
commit a8b1ad286d
123 changed files with 491 additions and 428 deletions

View File

@ -1,7 +1,7 @@
import { ReactNode } from "react";
import ArticleLayout from "@/app/components/ArticleLayout";
import { BreadcrumbItem } from "@/app/components/Breadcrumb";
import ArticleWithBreadcrumb from "@/app/components/ArticleWithBreadcrumb";
import ArticleLayout from "@/app/_components/ArticleLayout";
import { BreadcrumbItem } from "@/app/_components/Breadcrumb";
import ArticleWithBreadcrumb from "@/app/_components/ArticleWithBreadcrumb";
import { navigations } from "@/app/(articles)/academic-exchange/academic-events/pages/[pageIndex]/config";
const breadcrumb: BreadcrumbItem[] = [

View File

@ -1,4 +1,4 @@
import ArticleList from "@/app/components/ArticleList";
import ArticleList from "@/app/_components/ArticleList";
const Page = ({
params,