Skip to content

Commit 2d6155a

Browse files
committed
imp
1 parent 54488f6 commit 2d6155a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/src/server/docs/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { FrontmatterSchema } from "@/lib/md";
22
import * as homeResult from "@/server/home/index.md";
33
import { Head } from "@/ui/head";
44
import type { Result } from "@robino/md";
5-
import clsx from "clsx";
5+
import { clsx } from "clsx";
66
import { Chunk, Get } from "ovr";
77

88
export const content = import.meta.glob<Result<typeof FrontmatterSchema>>(

0 commit comments

Comments
 (0)