wip
This commit is contained in:
parent
2ec4b93fa5
commit
016a504431
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ export class DemoApp {
|
||||||
private animator!: NavigationAnimator;
|
private animator!: NavigationAnimator;
|
||||||
private container!: HTMLElement;
|
private container!: HTMLElement;
|
||||||
private weekOffset = 0;
|
private weekOffset = 0;
|
||||||
private currentView: 'simple' | 'resource' | 'team' = 'team';
|
private currentView: 'simple' | 'resource' | 'team' = 'simple';
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
private orchestrator: CalendarOrchestrator,
|
private orchestrator: CalendarOrchestrator,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue