feat: lower presets

added clean lower with no styling and minimal animation
This commit is contained in:
cv
2021-05-05 10:48:51 +02:00
parent abc0bfb3dc
commit 2b9c5ffc95
6 changed files with 277 additions and 39 deletions
+3 -1
View File
@@ -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();