diff --git a/store/const.js b/store/const.js deleted file mode 100644 index 15a0efe..0000000 --- a/store/const.js +++ /dev/null @@ -1,10 +0,0 @@ -export const currencies = { - energy: 'energy', - seasons: 'seasons', - months: 'months', - days: 'days', - hours: 'hours', - seconds: 'seconds', - nanoseconds: 'nanoseconds', - plancktime: 'plancktime', -} diff --git a/store/index.js b/store/index.js index 09e9653..a5173b2 100644 --- a/store/index.js +++ b/store/index.js @@ -1,5 +1,4 @@ import Decimal from 'break_infinity.js' -import { currencies } from './const.js' export const state = () => ({ activeTabIndex: 0,