From 484c9929b2ce17dc1567dc851e14f42e6eb0446e Mon Sep 17 00:00:00 2001 From: cv <34649812+cpvalente@users.noreply.github.com> Date: Tue, 27 Apr 2021 22:36:59 +0200 Subject: [PATCH] bugfix typo --- client/src/App.jsx | 1 - 1 file changed, 1 deletion(-) 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'));