diff options
author | bobzel <zzzman@gmail.com> | 2023-12-16 19:17:57 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-12-16 19:17:57 -0500 |
commit | 5c255f655bf8a8ab8d9a7522b3c80f66aa24a5a2 (patch) | |
tree | eb8445a13a206a1daa27e97bc75205413cd57c8a /src/client/views/MainView.tsx | |
parent | 4c4b42ee00262bb1fed10c73a6d35e013e2b9ab0 (diff) | |
parent | fe4150d92a5cf69441ef2855c90da6350509ac68 (diff) |
merged with zaul's branch
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index 655e34592..c71c72257 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -73,6 +73,7 @@ import { GPTPopup } from './pdf/GPTPopup/GPTPopup'; import { TopBar } from './topbar/TopBar'; const { default: { LEFT_MENU_WIDTH, TOPBAR_HEIGHT } } = require('./global/globalCssVariables.module.scss'); // prettier-ignore import { DirectionsAnchorMenu } from './nodes/MapBox/DirectionsAnchorMenu'; +import { CalendarManager } from '../util/CalendarManager'; const _global = (window /* browser */ || global) /* node */ as any; @observer @@ -1023,6 +1024,7 @@ export class MainView extends ObservableReactComponent<{}> { {this.inkResources} <DictationOverlay /> <SharingManager /> + <CalendarManager /> <ServerStats /> <RTFMarkup /> <SettingsManager /> |