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
@@ -11,7 +11,6 @@ import Home from "./pages/Home";
import NotFound from "./pages/NotFound";
import Dashboard from "./pages/Dashboard";
import AudioPage from "./pages/AudioPage";
import BluetoothPage from "./pages/BluetoothPage";
import SystemPage from "./pages/SystemPage";
import IOPage from "./pages/IOPage";
import VUPage from "./pages/VUPage";
@@ -61,7 +60,6 @@ function AppRouter() {
<Route path="/audio" component={AudioPage} />
<Route path="/eq" component={EQPageRoute} />
<Route path="/effects" component={EffectsPageRoute} />
<Route path="/bluetooth" component={BluetoothPage} />
<Route path="/system" component={SystemPage} />
<Route path="/io" component={IOPage} />
<Route path="/vu" component={VUPage} />