Decouple pure and private accounts actions from async actions.

This commit is contained in:
SleepWalker
2017-01-27 08:29:20 +02:00
parent bf1cfda59c
commit acf912d979
5 changed files with 93 additions and 78 deletions

View File

@@ -1,4 +1,4 @@
import { ADD, REMOVE, ACTIVATE, RESET, UPDATE_TOKEN } from './actions';
import { ADD, REMOVE, ACTIVATE, RESET, UPDATE_TOKEN } from './actions/pure-actions';
/**
* @typedef {AccountsState}