Skip to content

Commit b51d7ed

Browse files
refactor: remove unused MdxLink import from self-hosting page
1 parent 1434a75 commit b51d7ed

File tree

1 file changed

+0
-1
lines changed
  • app/docs/self-hosting/[[...slug]]

1 file changed

+0
-1
lines changed

app/docs/self-hosting/[[...slug]]/page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {selfHostingSource} from '@/lib/source';
22
import {DocsBody, DocsDescription, DocsTitle,} from 'fumadocs-ui/page';
33
import {notFound} from 'next/navigation';
44
import {getMDXComponents} from '@/mdx-components';
5-
import MdxLink from "@/components/mdx/MdxLink";
65
import { AnchorProvider } from 'fumadocs-core/toc';
76
import { Toc, TOCScrollArea} from 'fumadocs-ui/components/layout/toc';
87
import ClerkTOCItems from 'fumadocs-ui/components/layout/toc-clerk';

0 commit comments

Comments
 (0)