diff options
author | Zachary Zhang <zacharyzhang7@gmail.com> | 2024-03-12 16:40:40 -0400 |
---|---|---|
committer | Zachary Zhang <zacharyzhang7@gmail.com> | 2024-03-12 16:40:40 -0400 |
commit | 2ca4e70cd030fb9199d149060adf1b1d7c07857c (patch) | |
tree | ca67fad418fd83264b68b34a9ea3d79964e68079 /src/client/util/CurrentUserUtils.ts | |
parent | 2edfef5ac0e394cdbb8687cd3f325ff994722ef2 (diff) |
fix
Diffstat (limited to 'src/client/util/CurrentUserUtils.ts')
-rw-r--r-- | src/client/util/CurrentUserUtils.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/util/CurrentUserUtils.ts b/src/client/util/CurrentUserUtils.ts index a41fd8796..18b37ffd1 100644 --- a/src/client/util/CurrentUserUtils.ts +++ b/src/client/util/CurrentUserUtils.ts @@ -33,6 +33,8 @@ import { ColorScheme } from "./SettingsManager"; import { SnappingManager } from "./SnappingManager"; import { UndoManager } from "./UndoManager"; import { CollectionView } from "../views/collections/CollectionView"; +import { LabelBox } from "../views/nodes/LabelBox"; +import { ImageBox } from "../views/nodes/ImageBox"; interface Button { // DocumentOptions fields a button can set |