diff --git a/web/src/App.tsx b/web/src/App.tsx index 5123e3b0c..3bc2e7836 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -15,7 +15,6 @@ const Live = lazy(() => import("@/pages/Live")); const Events = lazy(() => import("@/pages/Events")); const Explore = lazy(() => import("@/pages/Explore")); const Exports = lazy(() => import("@/pages/Exports")); -const SubmitPlus = lazy(() => import("@/pages/SubmitPlus")); const ConfigEditor = lazy(() => import("@/pages/ConfigEditor")); const System = lazy(() => import("@/pages/System")); const Settings = lazy(() => import("@/pages/Settings")); @@ -47,7 +46,6 @@ function App() { } /> } /> } /> - } /> } /> } /> } />