aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/FormattedTextBoxComment.tsx
diff options
context:
space:
mode:
authorSam Wilkins <samwilkins333@gmail.com>2020-04-26 19:30:39 -0700
committerSam Wilkins <samwilkins333@gmail.com>2020-04-26 19:30:39 -0700
commitfb83b7fec0b440cbc2d98c563bf1fab8d4b93908 (patch)
treeace9a6367129202dafa6054ce18655ec4db1f01a /src/client/views/nodes/FormattedTextBoxComment.tsx
parentc75ffd4900acea74c55b6bf275a5e8082c15d573 (diff)
parent6a6e56cecbff393a013bd293f1feb5c5f04cb7cc (diff)
merge
Diffstat (limited to 'src/client/views/nodes/FormattedTextBoxComment.tsx')
-rw-r--r--src/client/views/nodes/FormattedTextBoxComment.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/FormattedTextBoxComment.tsx b/src/client/views/nodes/FormattedTextBoxComment.tsx
index a9f76ae8f..7d441a48b 100644
--- a/src/client/views/nodes/FormattedTextBoxComment.tsx
+++ b/src/client/views/nodes/FormattedTextBoxComment.tsx
@@ -16,7 +16,6 @@ import React = require("react");
import { Docs } from "../../documents/Documents";
import wiki from "wikijs";
import { DocumentType } from "../../documents/DocumentTypes";
-import { DocumentView } from "./DocumentView";
export let formattedTextBoxCommentPlugin = new Plugin({
view(editorView) { return new FormattedTextBoxComment(editorView); }