Дамян Минков af7c69a1aa Moves google-api in its own feature. (#3339)
* Moves google-api in its own feature.

* Stores the profile email in redux.
2018-08-02 14:56:36 -07:00

6 lines
126 B
JavaScript

export { GOOGLE_API_STATES } from './constants';
export * from './googleApi';
export * from './actions';
import './reducer';