Skip to content

Commit 0262ac0

Browse files
author
Lasim
committed
fix(imports): remove unused imports from page component for cleaner code
1 parent f5f1648 commit 0262ac0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/[[...slug]]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { Metadata } from 'next';
22
import { DocsLayout } from 'fumadocs-ui/layouts/docs';
33
import { DocsPage, DocsBody } from 'fumadocs-ui/page';
44
import { notFound } from 'next/navigation';
5-
import { source, mainSource, developmentSource, selfHostedSource } from '@/lib/source';
5+
import { source } from '@/lib/source';
66
import { generatePageMetadata, getCanonicalUrl } from '@/lib/seo-utils';
77
import { getFinalPageTitle } from '@/lib/h1-extractor';
88
import { readFile } from 'fs/promises';

0 commit comments

Comments
 (0)