fix NativeModules import on wallet page
This commit is contained in:
parent
6e94c27021
commit
ee75a6bca6
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
import React from 'react';
|
||||
import { ScrollView, Text, View } from 'react-native';
|
||||
import { NativeModules, ScrollView, Text, View } from 'react-native';
|
||||
import TransactionListRecent from 'component/transactionListRecent';
|
||||
import WalletAddress from 'component/walletAddress';
|
||||
import WalletBalance from 'component/walletBalance';
|
||||
|
|
Loading…
Reference in a new issue