We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 633a759 commit 3dc2915Copy full SHA for 3dc2915
2 files changed
src/app/(docs)/[...slug]/page.tsx
@@ -5,8 +5,8 @@ import {
5
DocsPage,
6
DocsTitle,
7
} from "fumadocs-ui/page";
8
-import { notFound } from "next/navigation";
9
import type { Metadata } from "next";
+import { notFound } from "next/navigation";
10
import { LLMCopyButton, ViewOptions } from "@/components/page-actions";
11
import { VersionBanner } from "@/components/version-banner";
12
import { source } from "@/lib/source";
src/app/layout.tsx
@@ -1,6 +1,6 @@
1
import "@/app/global.css";
2
-import { Inter } from "next/font/google";
3
+import { Inter } from "next/font/google";
4
import type { ReactNode } from "react";
import { Provider } from "./provider";
0 commit comments