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/sagas.js | 1 + 1 file changed, 1 insertion(+) (limited to 'frontend/src/sagas.js') diff --git a/frontend/src/sagas.js b/frontend/src/sagas.js index a28c7c72..9606d552 100644 --- a/frontend/src/sagas.js +++ b/frontend/src/sagas.js @@ -1,3 +1,4 @@ +// @flow import { router } from 'redux-saga-router'; import { call, fork } from 'redux-saga/effects'; -- cgit