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

Commit

Permalink
Fix playground example import (#2220)
Browse files Browse the repository at this point in the history
Summary:
Fixes  #2219
Pull Request resolved: #2220

Differential Revision: D18056744

Pulled By: claudiopro

fbshipit-source-id: 02f0fb1848fdfa9e928bbf0be038213ba21cd4cc
  • Loading branch information
ryanleecode authored and facebook-github-bot committed Oct 22, 2019
1 parent 2595016 commit 778e88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/draft-0-10-0/playground/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import JSONTree from 'react-json-tree';
import {convertToHTML} from 'draft-convert';
import PanelGroup from 'react-panelgroup';
import gkx from 'draft-js/lib/gkx';
import convertFromHTMLModern from 'draft-js/lib/convertFromHTMLToContentBlocks2';
import convertFromHTMLModern from 'draft-js/lib/convertFromHTMLToContentBlocks';

import {
ContentState,
Expand Down

0 comments on commit 778e88d

Please sign in to comment.