diff options
author | Sam Wilkins <samwilkins333@gmail.com> | 2020-04-26 19:30:39 -0700 |
---|---|---|
committer | Sam Wilkins <samwilkins333@gmail.com> | 2020-04-26 19:30:39 -0700 |
commit | fb83b7fec0b440cbc2d98c563bf1fab8d4b93908 (patch) | |
tree | ace9a6367129202dafa6054ce18655ec4db1f01a /src/client/views/nodes/FormattedTextBoxComment.tsx | |
parent | c75ffd4900acea74c55b6bf275a5e8082c15d573 (diff) | |
parent | 6a6e56cecbff393a013bd293f1feb5c5f04cb7cc (diff) |
merge
Diffstat (limited to 'src/client/views/nodes/FormattedTextBoxComment.tsx')
-rw-r--r-- | src/client/views/nodes/FormattedTextBoxComment.tsx | 1 |
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); } |