From 4c44ed3c65315b852b7aae198f1aa162fd8bb14a Mon Sep 17 00:00:00 2001 From: Jack Mallers Date: Mon, 12 Feb 2018 17:28:29 -0600 Subject: [PATCH] fix(lint) --- app/reducers/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/reducers/index.js b/app/reducers/index.js index d674d66f..ea131b2e 100644 --- a/app/reducers/index.js +++ b/app/reducers/index.js @@ -1,4 +1,3 @@ -// @flow import { combineReducers } from 'redux' import { routerReducer as router } from 'react-router-redux' import onboarding from './onboarding'