Skip to content

Commit

Permalink
Auto-remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sipec authored and github-actions[bot] committed Sep 18, 2024
1 parent bf3d0dc commit c2795a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion backend/api/src/get-balance-changes.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { APIHandler } from 'api/helpers/endpoint'
import { createSupabaseDirectClient } from 'shared/supabase/init'
import { Bet } from 'common/bet'
import { Contract } from 'common/contract'
import { orderBy } from 'lodash'
import { BetBalanceChange, TxnBalanceChange } from 'common/balance-change'
import { Txn } from 'common/txn'
Expand Down
3 changes: 0 additions & 3 deletions web/components/portfolio/balance-change-table.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import { Col } from 'web/components/layout/col'
import {
SWEEPIES_MONIKER,
formatMoney,
formatMoneyUSD,
formatSpice,
formatSweepies,
formatWithToken,
maybePluralize,
shortFormatNumber,
} from 'common/util/format'
import { Row } from 'web/components/layout/row'
import clsx from 'clsx'
Expand All @@ -22,7 +20,6 @@ import {
isTxnChange,
} from 'common/balance-change'
import Link from 'next/link'
import { ENV_CONFIG } from 'common/envs/constants'
import {
FaBackward,
FaArrowRightArrowLeft,
Expand Down

0 comments on commit c2795a3

Please sign in to comment.