From 34d599af7775dc625cb7c0cba943306ac2e9aa23 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Mon, 28 Sep 2015 18:39:13 +0300 Subject: [PATCH] Fix lint --- src/instrument.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/instrument.js b/src/instrument.js index af57bd3d..735b0f66 100644 --- a/src/instrument.js +++ b/src/instrument.js @@ -1,5 +1,3 @@ -import { combineReducers } from 'redux'; - export const ActionTypes = { PERFORM_ACTION: 'PERFORM_ACTION', RESET: 'RESET',