diff options
| author | bobzel <zzzman@gmail.com> | 2023-06-06 20:50:27 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-06-06 20:50:27 -0400 |
| commit | 9accdb19ea34240ad2c7739ea72e51aeaae2a77b (patch) | |
| tree | ac1e2aafd12fe0f3a9f07d8212a448e1a48e947e /src/client/views/topbar | |
| parent | 562e965cbc3d7629014ad3902e1177d5cbefd57c (diff) | |
more Symbol updating.
Diffstat (limited to 'src/client/views/topbar')
| -rw-r--r-- | src/client/views/topbar/TopBar.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/topbar/TopBar.tsx b/src/client/views/topbar/TopBar.tsx index 9bd2ba5ce..71daad1a9 100644 --- a/src/client/views/topbar/TopBar.tsx +++ b/src/client/views/topbar/TopBar.tsx @@ -4,7 +4,8 @@ import { action, computed, observable } from 'mobx'; import { observer } from 'mobx-react'; import * as React from 'react'; import { FaBug, FaCamera, FaStamp } from 'react-icons/fa'; -import { AclAdmin, Doc } from '../../../fields/Doc'; +import { Doc } from '../../../fields/Doc'; +import { AclAdmin } from '../../../fields/DocSymbols'; import { StrCast } from '../../../fields/Types'; import { GetEffectiveAcl } from '../../../fields/util'; import { DocumentManager } from '../../util/DocumentManager'; |
