diff options
author | Michael Foiani <sotech117@Michaels-MacBook-Pro-5.local> | 2022-08-20 10:23:24 +0200 |
---|---|---|
committer | Michael Foiani <sotech117@Michaels-MacBook-Pro-5.local> | 2022-08-20 10:23:24 +0200 |
commit | c6241a61640d50ae0b7fed861c3218e5dc9f2ff6 (patch) | |
tree | 27baf40b9841a49dc5264ea36f9cd8823bb7baff /src/client/views/MainView.tsx | |
parent | 5a425e5cf18115921ecb4e7cf931e65f45dab8e2 (diff) | |
parent | 94360e24fa59554c0d709a0783d5df3232bd32bb (diff) |
Merge branch 'report-bug-mfoiani'
Merge bug feature with master.
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 c166594e5..490e9e025 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -20,6 +20,7 @@ import { DocumentManager } from '../util/DocumentManager'; import { GroupManager } from '../util/GroupManager'; import { HistoryUtil } from '../util/History'; import { Hypothesis } from '../util/HypothesisUtils'; +import { ReportManager } from '../util/ReportManager'; import { ScriptingGlobals } from '../util/ScriptingGlobals'; import { SelectionManager } from '../util/SelectionManager'; import { ColorScheme, SettingsManager } from '../util/SettingsManager'; @@ -975,6 +976,7 @@ export class MainView extends React.Component { <DictationOverlay /> <SharingManager /> <SettingsManager /> + <ReportManager /> <CaptureManager /> <GroupManager /> <GoogleAuthenticationManager /> |