We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54488f6 commit 2d6155aCopy full SHA for 2d6155a
apps/docs/src/server/docs/index.tsx
@@ -2,7 +2,7 @@ import type { FrontmatterSchema } from "@/lib/md";
2
import * as homeResult from "@/server/home/index.md";
3
import { Head } from "@/ui/head";
4
import type { Result } from "@robino/md";
5
-import clsx from "clsx";
+import { clsx } from "clsx";
6
import { Chunk, Get } from "ovr";
7
8
export const content = import.meta.glob<Result<typeof FrontmatterSchema>>(
0 commit comments