1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-09 08:46:35 +02:00

remove default export, fixes #42

This commit is contained in:
Ian Storm Taylor
2016-07-06 14:21:11 -07:00
parent 48573e529e
commit e9ed40dd7f
10 changed files with 11 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
import Editor, { Character, Document, Block, State, Text } from '../..'
import { Block, Character, Document, Editor, State, Text } from '../..'
import React from 'react'
import state from './state.json'