1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

comment out more draft stuff

This commit is contained in:
Matthew Hodgson
2018-05-05 23:25:04 +01:00
parent 02947063d3
commit e62e43def6
3 changed files with 20 additions and 20 deletions

View File

@@ -17,7 +17,7 @@ limitations under the License.
import { Value } from 'slate';
import Html from 'slate-html-serializer';
import Markdown as Md from 'slate-md-serializer';
import { Markdown as Md } from 'slate-md-serializer';
import Plain from 'slate-plain-serializer';
import * as RichText from './RichText';
import Markdown from './Markdown';