Skip to content

Commit 50c7997

Browse files
committed
resolve eslint error
1 parent 7baa728 commit 50c7997

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/docs/layout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { DocsLayout } from 'fumadocs-ui/layouts/docs';
22
import { baseOptions } from '@/lib/layout.shared';
33
import { PageTree } from 'fumadocs-core/server';
4-
import { source } from '@/lib/source';
54

65
const tree: PageTree.Root = {
76
name: 'docs',

app/sitemap.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const getFullUrl = (url: string) => {
1212
return baseUrl + url;
1313
}
1414

15+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
1516
function getAllPagesUrls(tree: any): string[] {
1617
let urls: string[] = [];
1718

0 commit comments

Comments
 (0)