refactor: eliminate constants file of multiple currencies

This commit is contained in:
John McCardle 2022-01-07 16:12:40 -05:00
parent e164f61f68
commit eaa038dc43
2 changed files with 0 additions and 11 deletions

View File

@ -1,10 +0,0 @@
export const currencies = {
energy: 'energy',
seasons: 'seasons',
months: 'months',
days: 'days',
hours: 'hours',
seconds: 'seconds',
nanoseconds: 'nanoseconds',
plancktime: 'plancktime',
}

View File

@ -1,5 +1,4 @@
import Decimal from 'break_infinity.js'
import { currencies } from './const.js'
export const state = () => ({
activeTabIndex: 0,