update
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { ReactNode } from "react";
|
||||
import ArticleLayout from "@/app/components/ArticleLayout";
|
||||
import ArticleLayout from "@/app/_components/ArticleLayout";
|
||||
|
||||
const Layout = ({
|
||||
children,
|
||||
|
@ -1,6 +1,6 @@
|
||||
import { articleDetail } from "@/app/api/articles";
|
||||
import ArticleRender from "@/app/components/ArticleRender";
|
||||
import ArticleWithBreadcrumb from "@/app/components/ArticleWithBreadcrumb";
|
||||
import { articleDetail } from "@/app/_services/articles";
|
||||
import ArticleRender from "@/app/_components/ArticleRender";
|
||||
import ArticleWithBreadcrumb from "@/app/_components/ArticleWithBreadcrumb";
|
||||
|
||||
export default async function ResearchProgress({
|
||||
params,
|
||||
|
@ -1,7 +1,7 @@
|
||||
import { ReactNode } from "react";
|
||||
import ArticleLayout from "@/app/components/ArticleLayout";
|
||||
import Breadcrumb, { BreadcrumbItem } from "@/app/components/Breadcrumb";
|
||||
import ArticleWithBreadcrumb from "@/app/components/ArticleWithBreadcrumb";
|
||||
import ArticleLayout from "@/app/_components/ArticleLayout";
|
||||
import Breadcrumb, { BreadcrumbItem } from "@/app/_components/Breadcrumb";
|
||||
import ArticleWithBreadcrumb from "@/app/_components/ArticleWithBreadcrumb";
|
||||
|
||||
const breadcrumb: BreadcrumbItem[] = [
|
||||
{ title: "首页", href: "/" },
|
||||
|
@ -1,4 +1,4 @@
|
||||
import ArticleList from "@/app/components/ArticleList";
|
||||
import ArticleList from "@/app/_components/ArticleList";
|
||||
|
||||
const Page = ({
|
||||
params,
|
||||
|
Reference in New Issue
Block a user