Converted a couple of components to flow-types

This commit is contained in:
Tom Moor
2017-04-27 22:18:46 -07:00
parent 4e5c3944d8
commit da8cf6f600
4 changed files with 25 additions and 27 deletions

View File

@ -1,8 +1,7 @@
import _ from 'lodash';
import { browserHistory } from 'react-router';
import stores from 'stores';
import constants from '../constants';
import stores from 'stores';
const isIterable = object =>
object != null && typeof object[Symbol.iterator] === 'function';