diff options
| author | bobzel <zzzman@gmail.com> | 2021-03-10 14:11:08 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-03-10 14:11:08 -0500 |
| commit | 55251df7136e661a369708b3569c9056d6906e72 (patch) | |
| tree | 72f0782b008a89ebdd1e43949ab65083ce9d57c6 /src/client/views/nodes/formattedText/RichTextSchema.tsx | |
| parent | ef574303f39e83fd2a6481e4a7e2eef0a70b4691 (diff) | |
finally completed the process of moving DashDocView into a React compoment in DashDocView from RichTextSchema
Diffstat (limited to 'src/client/views/nodes/formattedText/RichTextSchema.tsx')
| -rw-r--r-- | src/client/views/nodes/formattedText/RichTextSchema.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/formattedText/RichTextSchema.tsx b/src/client/views/nodes/formattedText/RichTextSchema.tsx index 2252de3d6..cb5b14aa5 100644 --- a/src/client/views/nodes/formattedText/RichTextSchema.tsx +++ b/src/client/views/nodes/formattedText/RichTextSchema.tsx @@ -9,7 +9,6 @@ import { DocServer } from "../../../DocServer"; import { Docs, DocUtils } from "../../../documents/Documents"; import { CurrentUserUtils } from "../../../util/CurrentUserUtils"; import { Transform } from "../../../util/Transform"; -import { DefaultStyleProvider } from "../../StyleProvider"; import { DocumentView } from "../DocumentView"; import { FormattedTextBox } from "./FormattedTextBox"; import React = require("react"); |
