diff --git a/client/src/App.jsx b/client/src/App.jsx index bd59ac247..dd700d14e 100644 --- a/client/src/App.jsx +++ b/client/src/App.jsx @@ -19,7 +19,6 @@ const StageManager = lazy(() => const Public = lazy(() => import('./features/viewers/foh/Public') ); -const Lower = lazy(() => import('./features/viewers/lower/Lower')); const Lower = lazy(() => import('./features/viewers/production/Lower')); const Pip = lazy(() => import('./features/viewers/production/Pip'));