Fix linter

old
Javi Velasco 2017-01-05 02:38:21 +01:00
parent f7da37a4b7
commit 8b25e96360
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
import expect from 'expect';
import React from 'react';
import ReactDOM from 'react-dom';
import {
renderIntoDocument,
scryRenderedDOMComponentsWithClass,
@ -8,7 +7,7 @@ import {
} from 'react-addons-test-utils';
import sinon from 'sinon';
import theme from '../theme.scss';
import Dropdown, { Dropdown as RawDropdown } from '../Dropdown';
import Dropdown from '../Dropdown';
describe('Dropdown', function () {