import const currencies as object properly
This commit is contained in:
parent
14c83b56b9
commit
57caa75b99
2 changed files with 60 additions and 59 deletions
|
|
@ -1,12 +1,10 @@
|
|||
export default {
|
||||
currencies: {
|
||||
energy: 'energy',
|
||||
seasons: 'seasons',
|
||||
months: 'months',
|
||||
days: 'days',
|
||||
hours: 'hours',
|
||||
seconds: 'seconds',
|
||||
nanoseconds: 'nanoseconds',
|
||||
plancktime: 'plancktime',
|
||||
},
|
||||
export const currencies = {
|
||||
energy: 'energy',
|
||||
seasons: 'seasons',
|
||||
months: 'months',
|
||||
days: 'days',
|
||||
hours: 'hours',
|
||||
seconds: 'seconds',
|
||||
nanoseconds: 'nanoseconds',
|
||||
plancktime: 'plancktime',
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue