Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Commit 778e88d

Browse files
ryanleecodefacebook-github-bot
authored andcommitted
Fix playground example import (#2220)
Summary: Fixes #2219 Pull Request resolved: #2220 Differential Revision: D18056744 Pulled By: claudiopro fbshipit-source-id: 02f0fb1848fdfa9e928bbf0be038213ba21cd4cc
1 parent 2595016 commit 778e88d

File tree

1 file changed

+1
-1
lines changed
  • examples/draft-0-10-0/playground/src

1 file changed

+1
-1
lines changed

examples/draft-0-10-0/playground/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import JSONTree from 'react-json-tree';
2727
import {convertToHTML} from 'draft-convert';
2828
import PanelGroup from 'react-panelgroup';
2929
import gkx from 'draft-js/lib/gkx';
30-
import convertFromHTMLModern from 'draft-js/lib/convertFromHTMLToContentBlocks2';
30+
import convertFromHTMLModern from 'draft-js/lib/convertFromHTMLToContentBlocks';
3131

3232
import {
3333
ContentState,

0 commit comments

Comments
 (0)