Skip to content

Commit

Permalink
Auto-remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mqp authored and github-actions[bot] committed Feb 21, 2025
1 parent 0d3195e commit 2f930a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/components/portfolio/portfolio-value-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ import { SweepsToggle } from '../sweeps/sweeps-toggle'
import { ColorType } from '../widgets/choices-toggle-group'
import { TokenNumber } from '../widgets/token-number'
import { PortfolioGraphNumber } from './portfolio-graph-number'
import { ProfitWidget } from './profit-widget'
import { PortfolioGraph, ProfitGraph, PortfolioMode } from './portfolio-graph'
import { PortfolioGraph, PortfolioMode } from './portfolio-graph'
import { getPortfolioValues } from '../portfolio-helpers'
import { useSweepstakes } from '../sweepstakes-provider'
import { SPICE_TO_MANA_CONVERSION_RATE } from 'common/envs/constants'
Expand Down

0 comments on commit 2f930a1

Please sign in to comment.