From c0c0eb65f244ce6b8d74af6b1767045889da74d6 Mon Sep 17 00:00:00 2001 From: Kashif Date: Fri, 12 Oct 2018 13:34:23 +0900 Subject: [PATCH] Add missing import (#2252) --- docs/walkthroughs/saving-and-loading-html-content.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/walkthroughs/saving-and-loading-html-content.md b/docs/walkthroughs/saving-and-loading-html-content.md index 9fed04e66..fba88efa5 100644 --- a/docs/walkthroughs/saving-and-loading-html-content.md +++ b/docs/walkthroughs/saving-and-loading-html-content.md @@ -10,6 +10,7 @@ Let's start with a basic editor: ```js import { Editor } from 'slate-react' +import Plain from 'slate-plain-serializer' class App extends React.Component { state = {