1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-21 14:41:23 +02:00

Add missing import (#2252)

This commit is contained in:
Kashif
2018-10-12 13:34:23 +09:00
committed by Ian Storm Taylor
parent 3c1e3a1574
commit c0c0eb65f2

View File

@@ -10,6 +10,7 @@ Let's start with a basic editor:
```js ```js
import { Editor } from 'slate-react' import { Editor } from 'slate-react'
import Plain from 'slate-plain-serializer'
class App extends React.Component { class App extends React.Component {
state = { state = {