aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/topbar
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-07-28 11:17:18 -0400
committerGitHub <noreply@github.com>2023-07-28 11:17:18 -0400
commitef636fd670ba0f9786785e724ef4e88508ee2630 (patch)
tree930a15f1583481c744a3797276373c8e1c89b7b3 /src/client/views/topbar
parentbf34928ad34d45f97c69da91b965c21f47edb5bf (diff)
parent022540e2833025409fd8017c5c9ecb3bfc93867b (diff)
Merge pull request #202 from brown-dash/sophie-report-manager
New Report Manager
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';