1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-13 10:44:02 +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, { Mark, Raw } from '../..'
import { Editor, Mark, Raw } from '../..'
import React from 'react'
import ReactDOM from 'react-dom'
import state from './state.json'