Skip to content

Commit

Permalink
refactor2
Browse files Browse the repository at this point in the history
  • Loading branch information
ttwishing committed Oct 2, 2024
1 parent 22e730b commit 5493dd7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pages/resources/components/state/prices.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 5493dd7

Please sign in to comment.