mirror of https://github.com/ghostfolio/ghostfolio
4 changed files with 23 additions and 3 deletions
@ -1,4 +1,5 @@ |
|||||
export enum UserStoreActions { |
export enum UserStoreActions { |
||||
GetUser = 'GET_USER', |
GetUser = 'GET_USER', |
||||
|
Initialize = 'INITIALIZE', |
||||
RemoveUser = 'REMOVE_USER' |
RemoveUser = 'REMOVE_USER' |
||||
} |
} |
||||
|
Loading…
Reference in new issue