Skip to content

Commit ff72aa6

Browse files
committed
Fix import order.
1 parent 22dfec5 commit ff72aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/docs/sidebar/SidebarItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import Link from "next/link";
44
import { usePathname } from "next/navigation";
55
import { FC, memo, useCallback, useState, MouseEvent } from "react";
66

7-
import { cn } from "@/lib/utils";
87
import { DocIcon } from "@/components/docs/content/DocIcon";
8+
import { cn } from "@/lib/utils";
99

1010
import { DocItemProps } from "./types";
1111

0 commit comments

Comments
 (0)