diff --git a/web/src/App.tsx b/web/src/App.tsx index c4bdab9f25..24ec6d84d1 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -20,7 +20,6 @@ const System = lazy(() => import("@/pages/System")); const Settings = lazy(() => import("@/pages/Settings")); const UIPlayground = lazy(() => import("@/pages/UIPlayground")); const Logs = lazy(() => import("@/pages/Logs")); -const NoMatch = lazy(() => import("@/pages/NoMatch")); function App() { return ( @@ -52,7 +51,7 @@ function App() { } /> } /> } /> - } /> + } />