Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit 2529660

Browse files
author
David Flerlage
committed
lint
1 parent 6e737ec commit 2529660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/control-component-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { assert } from 'chai';
33
import React from 'react';
44
import ReactDOM from 'react-dom';
55
import TestUtils from 'react-addons-test-utils';
6-
import { connect, Provider } from 'react-redux';
6+
import { Provider } from 'react-redux';
77
import sinon from 'sinon';
88
import capitalize from '../src/utils/capitalize';
99
import _get from 'lodash.get';

0 commit comments

Comments
 (0)