From a04cd344381411fac7da46cf1f250d907a6012ee Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 11 Sep 2024 12:42:49 -0600 Subject: [PATCH] Cleanup --- web/src/App.tsx | 2 -- 1 file changed, 2 deletions(-) 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() { } /> } /> } /> - } /> } /> } /> } />