1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-31 19:01:54 +02:00

Remove a most of unused vars

This commit is contained in:
Soreine
2016-10-25 13:12:00 +02:00
parent e81708e82f
commit ce0a5579e7
30 changed files with 21 additions and 66 deletions

View File

@@ -1,7 +1,6 @@
import { Editor, Raw, Void } from '../..'
import { Editor, Raw } from '../..'
import React from 'react'
import ReactDOM from 'react-dom'
import initialState from './state.json'
import isImage from 'is-image'
import isUrl from 'is-url'