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 22dfec5 commit ff72aa6Copy full SHA for ff72aa6
components/docs/sidebar/SidebarItem.tsx
@@ -4,8 +4,8 @@ import Link from "next/link";
4
import { usePathname } from "next/navigation";
5
import { FC, memo, useCallback, useState, MouseEvent } from "react";
6
7
-import { cn } from "@/lib/utils";
8
import { DocIcon } from "@/components/docs/content/DocIcon";
+import { cn } from "@/lib/utils";
9
10
import { DocItemProps } from "./types";
11
0 commit comments