diff --git a/packages/shared/src/components/PlatformMudPointWalletEntry.tsx b/packages/shared/src/components/PlatformMudPointWalletEntry.tsx index d4aec9a44..3b519f9b7 100644 --- a/packages/shared/src/components/PlatformMudPointWalletEntry.tsx +++ b/packages/shared/src/components/PlatformMudPointWalletEntry.tsx @@ -10,7 +10,7 @@ import { import type { ProfileMudPointBalance } from '@/packages/shared/src'; import MUD_POINT_ICON_SRC from '@/packages/shared/src/icons/topbar-wallet.png'; -import { formatMudPointCount } from '@/packages/shared/src/utils/format.ts'; +import { formatMudPointCount } from '@/packages/shared/src/utils/format'; export type PlatformMudPointWalletEntryProps = { balance: number | null;