refactor: eliminate constants file of multiple currencies
This commit is contained in:
parent
e164f61f68
commit
eaa038dc43
|
@ -1,10 +0,0 @@
|
|||
export const currencies = {
|
||||
energy: 'energy',
|
||||
seasons: 'seasons',
|
||||
months: 'months',
|
||||
days: 'days',
|
||||
hours: 'hours',
|
||||
seconds: 'seconds',
|
||||
nanoseconds: 'nanoseconds',
|
||||
plancktime: 'plancktime',
|
||||
}
|
|
@ -1,5 +1,4 @@
|
|||
import Decimal from 'break_infinity.js'
|
||||
import { currencies } from './const.js'
|
||||
|
||||
export const state = () => ({
|
||||
activeTabIndex: 0,
|
||||
|
|
Reference in New Issue