mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-03 20:07:11 +01:00
FIX: lint
This commit is contained in:
parent
f89d3b04bc
commit
8bdadf8e58
1 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
import React, { Component } from 'react';
|
||||
import { View, TouchableOpacity, Dimensions, Text, FlatList } from 'react-native';
|
||||
import { View, TouchableOpacity, Text, FlatList } from 'react-native';
|
||||
import {
|
||||
BlueText,
|
||||
BlueTransactionOnchainIcon,
|
||||
|
@ -17,7 +17,6 @@ import {
|
|||
BlueList,
|
||||
BlueListItem,
|
||||
BlueHeaderDefaultMain,
|
||||
is,
|
||||
} from '../../BlueComponents';
|
||||
import { Icon } from 'react-native-elements';
|
||||
import PropTypes from 'prop-types';
|
||||
|
@ -28,7 +27,6 @@ let A = require('../../analytics');
|
|||
/** @type {AppStorage} */
|
||||
let BlueApp = require('../../BlueApp');
|
||||
let loc = require('../../loc');
|
||||
const { width } = Dimensions.get('window');
|
||||
|
||||
export default class WalletsList extends Component {
|
||||
static navigationOptions = {
|
||||
|
|
Loading…
Add table
Reference in a new issue