Skip to content

Commit

Permalink
forgot to import something
Browse files Browse the repository at this point in the history
  • Loading branch information
sphinxrave committed Oct 1, 2023
1 parent 127e6bd commit cdf2123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/sidebar/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { cn } from "@/lib/utils"
import { Button } from "@/shadcn/ui/button"
import { ScrollArea } from "@/shadcn/ui/scroll-area"
import { HiOutlineHome, HiUserGroup } from "react-icons/hi"
import { HiRectangleGroup, HiOutlineQueueList } from "react-icons/hi2"
import { HiRectangleGroup, HiOutlineQueueList, HiOutlineMusicalNote } from "react-icons/hi2"

interface SidebarProps extends React.HTMLAttributes<HTMLDivElement> {
}
Expand Down

0 comments on commit cdf2123

Please sign in to comment.