mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-07-02 04:18:38 -04:00
Add initial UI for user-editable securities
This commit is contained in:
6
js/constants/SecurityTemplateConstants.js
Normal file
6
js/constants/SecurityTemplateConstants.js
Normal file
@ -0,0 +1,6 @@
|
||||
var keyMirror = require('keymirror');
|
||||
|
||||
module.exports = keyMirror({
|
||||
SEARCH_SECURITY_TEMPLATES: null,
|
||||
SECURITY_TEMPLATES_SEARCHED: null
|
||||
});
|
Reference in New Issue
Block a user