diff --git a/web/components/feed/feed-bets.tsx b/web/components/feed/feed-bets.tsx index 06460a91..ae22b4b8 100644 --- a/web/components/feed/feed-bets.tsx +++ b/web/components/feed/feed-bets.tsx @@ -6,7 +6,7 @@ import { useUser, useUserById } from 'web/hooks/use-user' import { Row } from 'web/components/layout/row' import { Avatar, EmptyAvatar } from 'web/components/avatar' import clsx from 'clsx' -import { UserIcon, UsersIcon } from '@heroicons/react/solid' +import { UsersIcon } from '@heroicons/react/solid' import { formatMoney } from 'common/util/format' import { OutcomeLabel } from 'web/components/outcome-label' import { RelativeTimestamp } from 'web/components/relative-timestamp' diff --git a/web/pages/notifications.tsx b/web/pages/notifications.tsx index 070caa3e..a3af0a9a 100644 --- a/web/pages/notifications.tsx +++ b/web/pages/notifications.tsx @@ -25,7 +25,6 @@ import { ChoicesToggleGroup } from 'web/components/choices-toggle-group' import { listenForPrivateUser, updatePrivateUser } from 'web/lib/firebase/users' import { LoadingIndicator } from 'web/components/loading-indicator' import clsx from 'clsx' -import { UsersIcon } from '@heroicons/react/solid' import { RelativeTimestamp } from 'web/components/relative-timestamp' import { Linkify } from 'web/components/linkify' import {