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/routes.js | 1 + 1 file changed, 1 insertion(+) (limited to 'frontend/src/routes.js') diff --git a/frontend/src/routes.js b/frontend/src/routes.js index 29894c3a..40906b93 100644 --- a/frontend/src/routes.js +++ b/frontend/src/routes.js @@ -1,3 +1,4 @@ +// @flow import { fork } from 'redux-saga/effects'; import homeSaga from './sagas/home'; import gameBrowserSaga from './sagas/gameBrowser'; -- cgit