diff --git a/src/pages/resources/components/state/prices.svelte b/src/pages/resources/components/state/prices.svelte index 7ea76b8e..c26afa72 100644 --- a/src/pages/resources/components/state/prices.svelte +++ b/src/pages/resources/components/state/prices.svelte @@ -5,7 +5,11 @@ import {ChainFeatures} from '~/config' import {activeBlockchain} from '~/store' - import {cpuPowerupPrice as powerupPrice, rexPrice, cpuStakingPrice as stakingPrice} from '~/pages/resources/resources' + import { + cpuPowerupPrice as powerupPrice, + rexPrice, + cpuStakingPrice as stakingPrice, + } from '~/pages/resources/resources' import Button from '~/components/elements/button.svelte' import Segment from '~/components/elements/segment.svelte'