fix import path

This commit is contained in:
2026-07-17 10:06:27 +08:00
parent 9b8af1210e
commit 5b40fdb4ea
2 changed files with 2 additions and 2 deletions
@@ -7,7 +7,7 @@ import {
X,
} from 'lucide-react';
import { PlatformMudPointWalletEntry } from '@/packages/shared/src/components/PlatformMudPointWalletEntry.tsx';
import { PlatformMudPointWalletEntry } from '@/packages/shared/src/components/PlatformMudPointWalletEntry';
import type { ProfileMudPointBalance } from '../../../packages/shared/src/contracts/runtime';
import { PlatformStatusMessage } from '../common/PlatformStatusMessage';
@@ -40,7 +40,7 @@ import {
useState,
} from 'react';
import { PlatformMudPointWalletEntry } from '@/packages/shared/src/components/PlatformMudPointWalletEntry.tsx';
import { PlatformMudPointWalletEntry } from '@/packages/shared/src/components/PlatformMudPointWalletEntry';
import profileClockImage from '../../../media/profile/_Image (1).png';
import profileGamepadImage from '../../../media/profile/_Image (2).png';