fix import extension for formatMudPointCount in PlatformMudPointWalletEntry

This commit is contained in:
2026-07-13 14:46:24 +08:00
parent 9c982992a7
commit 071dac67c1
@@ -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;