diff --git a/web/pages/home/index.tsx b/web/pages/home/index.tsx index 8e054b38..ae23d18a 100644 --- a/web/pages/home/index.tsx +++ b/web/pages/home/index.tsx @@ -39,7 +39,6 @@ import { formatMoney } from 'common/util/format' import { useProbChanges } from 'web/hooks/use-prob-changes' import { ProfitBadge } from 'web/components/bets-list' import { calculatePortfolioProfit } from 'common/calculate-metrics' -import { chooseRandomSubset } from 'common/util/random' import { hasCompletedStreakToday } from 'web/components/profile/betting-streak-modal' import { useContractsQuery } from 'web/hooks/use-contracts' import { ContractsGrid } from 'web/components/contract/contracts-grid'