Skip to content

Commit 2629c63

Browse files
committed
fix(source): add missing newline after import statements
1 parent 4b67066 commit 2629c63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/source.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { docs, blogPosts } from "@/.source"
22
import { loader } from "fumadocs-core/source"
33
import { lucideIconsPlugin } from "fumadocs-core/source/lucide-icons"
44
import { createMDXSource } from "fumadocs-mdx/runtime/next"
5+
56
export const source = loader({
67
baseUrl: "/docs",
78
source: docs.toFumadocsSource(),

0 commit comments

Comments
 (0)