mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-07-01 20:08:39 -04:00
Add initial UI for user-editable securities
This commit is contained in:
@ -8,5 +8,6 @@ module.exports = keyMirror({
|
||||
UPDATE_SECURITY: null,
|
||||
SECURITY_UPDATED: null,
|
||||
REMOVE_SECURITY: null,
|
||||
SECURITY_REMOVED: null
|
||||
SECURITY_REMOVED: null,
|
||||
SECURITY_SELECTED: null
|
||||
});
|
||||
|
Reference in New Issue
Block a user