aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/topbar
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-07-28 11:36:20 -0400
committerbobzel <zzzman@gmail.com>2023-07-28 11:36:20 -0400
commit4ee777d48da06ff8053d32e8bcb27ba344bdfe98 (patch)
treeb726e3cdfe8ca99ededd4f303d8a45f7d8219a1f /src/client/views/topbar
parent7edcc150d013343cb7feca49ce43228b99e6c7e5 (diff)
parentef636fd670ba0f9786785e724ef4e88508ee2630 (diff)
Merge branch 'master' into james-azure-image
Diffstat (limited to 'src/client/views/topbar')
-rw-r--r--src/client/views/topbar/TopBar.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/topbar/TopBar.tsx b/src/client/views/topbar/TopBar.tsx
index ec4252eb8..cb8eda9de 100644
--- a/src/client/views/topbar/TopBar.tsx
+++ b/src/client/views/topbar/TopBar.tsx
@@ -10,7 +10,7 @@ import { StrCast } from '../../../fields/Types';
import { GetEffectiveAcl } from '../../../fields/util';
import { DocumentManager } from '../../util/DocumentManager';
import { PingManager } from '../../util/PingManager';
-import { ReportManager } from '../../util/ReportManager';
+import { ReportManager } from '../../util/reportManager/ReportManager';
import { ServerStats } from '../../util/ServerStats';
import { SettingsManager } from '../../util/SettingsManager';
import { SharingManager } from '../../util/SharingManager';