Skip to content

Commit

Permalink
feat(actions/index.js): add Flow's strict pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
aneurysmjs committed May 22, 2019
1 parent 738b9e4 commit a2d16d7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/app/store/actions/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
/**
* @module reducers
*/

// @flow strict
import * as types from '../ActionTypes';

import makeActionCreator from './makeActionCreator';
Expand Down

0 comments on commit a2d16d7

Please sign in to comment.