mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
Decouple pure and private accounts actions from async actions.
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user