From e50ab3decc259cb55d7a5d5dcf090f06ce7dc595 Mon Sep 17 00:00:00 2001 From: James Grugett Date: Fri, 16 Sep 2022 15:58:51 -0500 Subject: [PATCH] Remove unused import --- web/pages/home/index.tsx | 1 - 1 file changed, 1 deletion(-) 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'