Remove unused SortableElement to fix tests

This commit is contained in:
Mikko Koski 2017-05-18 10:42:11 +03:00
parent 7583459469
commit da11d9c78e

View file

@ -8,7 +8,7 @@
* </AddImages>
*/
import React, { Component, PropTypes } from 'react';
import { SortableContainer, SortableElement } from 'react-sortable-hoc';
import { SortableContainer } from 'react-sortable-hoc';
import classNames from 'classnames';
import { Promised } from '../../components';
import { uuid } from '../../util/propTypes';