mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Remove unused SortableElement to fix tests
This commit is contained in:
parent
7583459469
commit
da11d9c78e
1 changed files with 1 additions and 1 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue