diff options
| author | Sophie Zhang <sophie_zhang@brown.edu> | 2023-07-20 01:11:44 -0400 |
|---|---|---|
| committer | Sophie Zhang <sophie_zhang@brown.edu> | 2023-07-20 01:11:44 -0400 |
| commit | 0ca5a86e6f9ff85a32de109105b241d613aae326 (patch) | |
| tree | 47504f51a7c195735a858cf0a8e0f76c3a81175e /src/client/views/topbar | |
| parent | e11aa60b774d457cb016bb0f375ce092f0a733af (diff) | |
| parent | ea217200f1c42e4d4b142abc9abd55ca49535c49 (diff) | |
Merge branch 'sophie-report-manager' into sophie-ai-images
Diffstat (limited to 'src/client/views/topbar')
| -rw-r--r-- | src/client/views/topbar/TopBar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/topbar/TopBar.tsx b/src/client/views/topbar/TopBar.tsx index 79f41fe9d..b82f20dbd 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'; |
