ui/sidebar: remove unused imports

This commit is contained in:
Johannes Kirschbauer
2025-08-28 22:37:05 +02:00
parent ca69530591
commit db9812a08b

View File

@@ -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;