diff options
author | bobzel <zzzman@gmail.com> | 2023-12-16 14:18:55 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-12-16 14:18:55 -0500 |
commit | 8960b33d4b006bc5a2251b3fa9e31def4a8b0131 (patch) | |
tree | 66948bb600ad644bffa2b3ffbe5b2ce47d655cc8 /src/client/views/MainView.tsx | |
parent | dd86ab9a0d4c8cb5dcc4c789e0c225ab212c050e (diff) | |
parent | ddf35f6b406a2f2e8c27c2c65d15206eaa3ddbe6 (diff) |
Merge branch 'zaul-new-branch' of https://github.com/brown-dash/Dash-Web into zaul-new-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 13f7dc896..d45f24930 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -72,6 +72,7 @@ import { PropertiesView } from './PropertiesView'; import { DashboardStyleProvider, DefaultStyleProvider } from './StyleProvider'; import { TopBar } from './topbar/TopBar'; import { DirectionsAnchorMenu } from './nodes/MapBox/DirectionsAnchorMenu'; +import { CalendarManager } from '../util/CalendarManager'; const _global = (window /* browser */ || global) /* node */ as any; @observer @@ -1038,6 +1039,7 @@ export class MainView extends React.Component { {this.inkResources} <DictationOverlay /> <SharingManager /> + <CalendarManager /> <ServerStats /> <RTFMarkup /> <SettingsManager /> |