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 Jul 31, 2024
1 parent b285ccb commit c60f1f8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions web/components/portfolio/twomba-portfolio-value-section.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'use client'
import clsx from 'clsx'
import {
SPICE_NAME,
SPICE_TO_MANA_CONVERSION_RATE,
} from 'common/envs/constants'
import { Period, periodDurations } from 'common/period'
Expand All @@ -23,10 +22,8 @@ import { RedeemSpiceButton } from '../profile/redeem-spice-button'
import { ColorType } from '../widgets/choices-toggle-group'
import { CoinNumber } from '../widgets/manaCoinNumber'
import { PortfolioGraphNumber } from './portfolio-graph-number'
import { PortfolioTab } from './portfolio-tabs'
import {
GraphMode,
PortfolioGraph,
PortfolioMode,
} from './portfolio-value-graph'
import { ProfitWidget } from './profit-widget'
Expand Down

0 comments on commit c60f1f8

Please sign in to comment.