Skip to content

Commit 146b4c1

Browse files
author
ExcelDsigN-tech
committed
fix: add missing TokenBalance import in CryptoPaymentScreen
1 parent 8f94b12 commit 146b4c1

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/screens/CryptoPaymentScreen.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ import { useNavigation, useRoute } from '@react-navigation/native';
1616
import { colors, spacing, typography, borderRadius } from '../utils/constants';
1717
import { Button } from '../components/common/Button';
1818
import { Card } from '../components/common/Card';
19-
import walletServiceManager, { GasEstimate, WalletConnection } from '../services/walletService';
19+
import walletServiceManager, {
20+
GasEstimate,
21+
WalletConnection,
22+
TokenBalance,
23+
} from '../services/walletService';
2024

2125
interface RouteParams {
2226
subscriptionId?: string;

0 commit comments

Comments
 (0)