diff options
| author | Sophie Zhang <sophie_zhang@brown.edu> | 2023-07-10 19:10:34 -0400 |
|---|---|---|
| committer | Sophie Zhang <sophie_zhang@brown.edu> | 2023-07-10 19:10:34 -0400 |
| commit | b1f189ffc7dfe558d5895c8f0cb103ab3e5c17d7 (patch) | |
| tree | 3b40e13257ca09c11f5dadf0b9ef5811b757e74d /src/client/views/topbar | |
| parent | fb939a1d2d59a776d9e3336dfc4a1e028ebc3113 (diff) | |
filters and better ui
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 20cf563c1..f131032b5 100644 --- a/src/client/views/topbar/TopBar.tsx +++ b/src/client/views/topbar/TopBar.tsx @@ -11,7 +11,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'; |
