From bb2ced764938c4aa6b4e003b7dedb26c8a096b97 Mon Sep 17 00:00:00 2001 From: Victor Chabbert Date: Sun, 28 May 2017 23:39:12 +0200 Subject: Initial type checking work with flowtype --- frontend/src/reducers.js | 1 + 1 file changed, 1 insertion(+) (limited to 'frontend/src/reducers.js') diff --git a/frontend/src/reducers.js b/frontend/src/reducers.js index 8a4c3083..f4e88297 100644 --- a/frontend/src/reducers.js +++ b/frontend/src/reducers.js @@ -1,3 +1,4 @@ +// @flow import { combineReducers } from 'redux-immutable'; import { routerReducer } from 'react-router-redux'; import { reducer as toastrReducer } from 'react-redux-toastr'; -- cgit