mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-16 21:03:29 +00:00
feat: lower presets
added clean lower with no styling and minimal animation
This commit is contained in:
+3
-1
@@ -17,7 +17,9 @@ const StageManager = lazy(() =>
|
||||
import('./features/viewers/backstage/StageManager')
|
||||
);
|
||||
const Public = lazy(() => import('./features/viewers/foh/Public'));
|
||||
const Lower = lazy(() => import('./features/viewers/production/Lower'));
|
||||
const Lower = lazy(() =>
|
||||
import('./features/viewers/production/lower/LowerWrapper')
|
||||
);
|
||||
const Pip = lazy(() => import('./features/viewers/production/Pip'));
|
||||
|
||||
const queryClient = new QueryClient();
|
||||
|
||||
Reference in New Issue
Block a user