mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-06 07:53:54 +00:00
bugfix typo
This commit is contained in:
@@ -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'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user