diff --git a/web/components/user-page.tsx b/web/components/user-page.tsx index 2aa837e9..344a9258 100644 --- a/web/components/user-page.tsx +++ b/web/components/user-page.tsx @@ -29,7 +29,7 @@ import { formatMoney } from 'common/util/format' import { ShareIconButton } from 'web/components/share-icon-button' import { ENV_CONFIG } from 'common/envs/constants' import { BettingStreakModal } from 'web/components/profile/betting-streak-modal' -import { REFERRAL_AMOUNT } from 'common/user' +import { REFERRAL_AMOUNT } from 'common/economy' export function UserLink(props: { name: string