Skip to content

Commit

Permalink
Auto-remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ingawei authored and github-actions[bot] committed Sep 18, 2024
1 parent 6ef8cee commit 71b43ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions web/components/sweeps-explainer.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
import clsx from 'clsx'
import { MARKET_VISIT_BONUS_TOTAL, STARTING_BALANCE } from 'common/economy'
import { SWEEPIES_NAME, TRADE_TERM, TRADING_TERM } from 'common/envs/constants'
import { formatMoney } from 'common/util/format'
import { Button } from 'web/components/buttons/button'
import { useIsMobile } from 'web/hooks/use-is-mobile'
import { firebaseLogin } from 'web/lib/firebase/users'
import SquiggleHorizontal from 'web/lib/icons/squiggle-horizontal.svg'
import SquiggleVertical from 'web/lib/icons/squiggle-vertical.svg'
import { withTracking } from 'web/lib/service/analytics'
import { Row } from './layout/row'
import { ManaCoin } from 'web/public/custom-components/manaCoin'
import { SweepiesCoin } from 'web/public/custom-components/sweepiesCoin'
Expand Down
1 change: 0 additions & 1 deletion web/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { Contract } from 'common/contract'
import {
HIDE_FROM_NEW_USER_SLUGS,
TRADE_TERM,
TRADING_TERM,
TWOMBA_ENABLED,
} from 'common/envs/constants'
import {
Expand Down

0 comments on commit 71b43ff

Please sign in to comment.