diff --git a/src/app/store/actions/index.js b/src/app/store/actions/index.js index 2fa606e1..7551e7a6 100644 --- a/src/app/store/actions/index.js +++ b/src/app/store/actions/index.js @@ -1,7 +1,4 @@ -/** - * @module reducers - */ - +// @flow strict import * as types from '../ActionTypes'; import makeActionCreator from './makeActionCreator';