update
This commit is contained in:
@ -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";
|
||||
|
||||
const breadcrumb: BreadcrumbItem[] = [
|
||||
{ title: "首页", href: "/" },
|
||||
|
Reference in New Issue
Block a user