From 44dec616d0bb9d56e3a06c93d6d403586024b72b Mon Sep 17 00:00:00 2001 From: Karol Janyst Date: Fri, 27 Jan 2017 11:27:16 +0900 Subject: [PATCH] Remove inline types references --- react-router-redux/v3/react-router-redux-tests.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/react-router-redux/v3/react-router-redux-tests.ts b/react-router-redux/v3/react-router-redux-tests.ts index b92af315b2..c719fb8459 100644 --- a/react-router-redux/v3/react-router-redux-tests.ts +++ b/react-router-redux/v3/react-router-redux-tests.ts @@ -1,9 +1,3 @@ - -/// -/// - - - import { createStore, combineReducers, applyMiddleware } from 'redux'; import { browserHistory } from 'react-router'; import { syncHistory, routeReducer } from 'react-router-redux';