Skip to content

Commit 3dc2915

Browse files
committed
chore: lint
1 parent 633a759 commit 3dc2915

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/(docs)/[...slug]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import {
55
DocsPage,
66
DocsTitle,
77
} from "fumadocs-ui/page";
8-
import { notFound } from "next/navigation";
98
import type { Metadata } from "next";
9+
import { notFound } from "next/navigation";
1010
import { LLMCopyButton, ViewOptions } from "@/components/page-actions";
1111
import { VersionBanner } from "@/components/version-banner";
1212
import { source } from "@/lib/source";

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import "@/app/global.css";
2-
import { Inter } from "next/font/google";
32
import type { Metadata } from "next";
3+
import { Inter } from "next/font/google";
44
import type { ReactNode } from "react";
55
import { Provider } from "./provider";
66

0 commit comments

Comments
 (0)