add new types for login
This commit is contained in:
parent
07327def33
commit
28a6d3a2e2
1 changed files with 1 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
export const USER_AUTHENTICATED = 'USER_AUTHENTICATED';
|
||||
export const QUESTIONS_LOADED = 'QUESTIONS_LOADED';
|
||||
export const QUESTIONS_LOAD_ERROR = 'QUESTIONS_LOADED';
|
||||
|
|
Loading…
Reference in a new issue