diff --git a/pkgs/clan-app/ui/src/components/Sidebar/Sidebar.tsx b/pkgs/clan-app/ui/src/components/Sidebar/Sidebar.tsx index b687da6fd..08b1eeecd 100644 --- a/pkgs/clan-app/ui/src/components/Sidebar/Sidebar.tsx +++ b/pkgs/clan-app/ui/src/components/Sidebar/Sidebar.tsx @@ -2,8 +2,7 @@ import styles from "./Sidebar.module.css"; import { SidebarHeader } from "@/src/components/Sidebar/SidebarHeader"; import { SidebarBody } from "@/src/components/Sidebar/SidebarBody"; import cx from "classnames"; -import { Show, splitProps } from "solid-js"; -import { useMachineName } from "@/src/hooks/clan"; +import { splitProps } from "solid-js"; export interface LinkProps { path: string;