diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-03-12 22:34:03 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-03-12 22:34:03 -0400 |
commit | 1df26f00fedd7b9c5203c43729f36279eff8680d (patch) | |
tree | 432d3cfa46eb69fb2224aaccd3a7c231847a4f48 /src | |
parent | 04ab492a6c5779d5987188b1c2d33ec5e34592a3 (diff) |
typo
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/nodes/PresBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/PresBox.tsx b/src/client/views/nodes/PresBox.tsx index a7ad613e6..ea3b7f12b 100644 --- a/src/client/views/nodes/PresBox.tsx +++ b/src/client/views/nodes/PresBox.tsx @@ -5,7 +5,7 @@ import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; import { action, computed, IReactionDisposer, observable, reaction, runInAction } from "mobx"; import { observer } from "mobx-react"; import { Doc, DocListCast } from "../../../new_fields/Doc"; -import { InkTool } from "../../../new_fields/InkField";] +import { InkTool } from "../../../new_fields/InkField"; import { BoolCast, Cast, FieldValue, NumCast } from "../../../new_fields/Types"; import { returnFalse } from "../../../Utils"; import { DocumentManager } from "../../util/DocumentManager"; |