bugfix typo

This commit is contained in:
cv
2021-04-27 22:36:59 +02:00
parent 5115581098
commit 484c9929b2
-1
View File
@@ -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'));