mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 14:20:31 +00:00
feat: application preferences.
This commit is contained in:
5
client/src/common/currencies.js
Normal file
5
client/src/common/currencies.js
Normal file
@@ -0,0 +1,5 @@
|
||||
export default [
|
||||
{ label: 'US Dollar', code: 'USD' },
|
||||
{ label: 'Euro', code: 'EUR' },
|
||||
{ label: 'Libyan Dinar ', code: 'LYD' },
|
||||
]
|
||||
Reference in New Issue
Block a user