This commit is contained in:
eafonyang
2026-07-17 16:47:19 +08:00
parent 4f3427b44f
commit 5696f8233c
27 changed files with 35 additions and 174 deletions
-2
View File
@@ -5,7 +5,6 @@
import { useDevice } from "@/contexts/DeviceContext";
import { cn } from "@/lib/utils";
import {
Bluetooth,
ChevronRight,
Gauge,
Layers,
@@ -27,7 +26,6 @@ const NAV_ITEMS: NavItem[] = [
{ path: "/audio", icon: Volume2, label: "Audio" },
{ path: "/eq", icon: Sliders, label: "Parametric EQ" },
{ path: "/effects", icon: Layers, label: "Effects" },
{ path: "/bluetooth", icon: Bluetooth, label: "Bluetooth" },
{ path: "/system", icon: Settings, label: "System" },
];