aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/MainView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-12-16 19:17:57 -0500
committerbobzel <zzzman@gmail.com>2023-12-16 19:17:57 -0500
commit5c255f655bf8a8ab8d9a7522b3c80f66aa24a5a2 (patch)
treeeb8445a13a206a1daa27e97bc75205413cd57c8a /src/client/views/MainView.tsx
parent4c4b42ee00262bb1fed10c73a6d35e013e2b9ab0 (diff)
parentfe4150d92a5cf69441ef2855c90da6350509ac68 (diff)
merged with zaul's branch
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r--src/client/views/MainView.tsx2
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 />