ui/sidebar: remove unused imports
This commit is contained in:
@@ -2,8 +2,7 @@ import styles from "./Sidebar.module.css";
|
|||||||
import { SidebarHeader } from "@/src/components/Sidebar/SidebarHeader";
|
import { SidebarHeader } from "@/src/components/Sidebar/SidebarHeader";
|
||||||
import { SidebarBody } from "@/src/components/Sidebar/SidebarBody";
|
import { SidebarBody } from "@/src/components/Sidebar/SidebarBody";
|
||||||
import cx from "classnames";
|
import cx from "classnames";
|
||||||
import { Show, splitProps } from "solid-js";
|
import { splitProps } from "solid-js";
|
||||||
import { useMachineName } from "@/src/hooks/clan";
|
|
||||||
|
|
||||||
export interface LinkProps {
|
export interface LinkProps {
|
||||||
path: string;
|
path: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user