diff options
author | vkalev <vjk1883@gmail.com> | 2021-07-06 12:45:37 -0500 |
---|---|---|
committer | vkalev <vjk1883@gmail.com> | 2021-07-06 12:45:37 -0500 |
commit | a0207bf861908da9235a1752a723e69ecdbba734 (patch) | |
tree | 1ee49e73d1204a4379be7da52d1bb6275a637646 /src/client/views/nodes/ColorBox.tsx | |
parent | 89c8891e9def96a871d36ab7772e453b8d8c21c1 (diff) |
refactoring
Diffstat (limited to 'src/client/views/nodes/ColorBox.tsx')
-rw-r--r-- | src/client/views/nodes/ColorBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/ColorBox.tsx b/src/client/views/nodes/ColorBox.tsx index 8da5cd1b1..2d466763b 100644 --- a/src/client/views/nodes/ColorBox.tsx +++ b/src/client/views/nodes/ColorBox.tsx @@ -12,7 +12,7 @@ import { CurrentUserUtils } from "../../util/CurrentUserUtils"; import { SelectionManager } from "../../util/SelectionManager"; import { undoBatch } from "../../util/UndoManager"; import { ViewBoxBaseComponent } from "../DocComponent"; -import { ActiveInkColor, ActiveInkWidth, SetActiveInkColor, SetActiveInkWidth } from "../InkingStroke"; +import { ActiveInkColor, ActiveInkWidth, SetActiveInkColor, SetActiveInkWidth } from "../InkStroke"; import "./ColorBox.scss"; import { FieldView, FieldViewProps } from './FieldView'; import { RichTextMenu } from "./formattedText/RichTextMenu"; |