mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 14:39:06 +00:00
bugfix typo
This commit is contained in:
@@ -19,7 +19,6 @@ const StageManager = lazy(() =>
|
|||||||
const Public = lazy(() =>
|
const Public = lazy(() =>
|
||||||
import('./features/viewers/foh/Public')
|
import('./features/viewers/foh/Public')
|
||||||
);
|
);
|
||||||
const Lower = lazy(() => import('./features/viewers/lower/Lower'));
|
|
||||||
const Lower = lazy(() => import('./features/viewers/production/Lower'));
|
const Lower = lazy(() => import('./features/viewers/production/Lower'));
|
||||||
const Pip = lazy(() => import('./features/viewers/production/Pip'));
|
const Pip = lazy(() => import('./features/viewers/production/Pip'));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user