Skip to content

Commit f6361e8

Browse files
committed
Fix type error page.tsx.
1 parent c3d4657 commit f6361e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/docs/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { redirect } from "next/navigation";
2+
23
import { docsStructure } from "@/components/page/docs/sidebar-structure";
34

45
function flattenDocs(structure: typeof docsStructure) {

0 commit comments

Comments
 (0)