refactor: eliminate constants file of multiple currencies

This commit is contained in:
John McCardle 2022-01-07 16:12:40 -05:00
부모 e164f61f68
커밋 eaa038dc43
2개의 변경된 파일0개의 추가작업 그리고 11개의 파일을 삭제

파일 보기

@ -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,