mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
fix lint
This commit is contained in:
parent
748eba754f
commit
5407db84ed
3 changed files with 2 additions and 4 deletions
|
@ -59,7 +59,6 @@ export const BlueDefaultTheme = {
|
|||
newBlue: '#007AFF',
|
||||
redBG: '#F8D2D2',
|
||||
redText: '#D0021B',
|
||||
newBlue: '#0070FF',
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import React, { useState, useEffect } from 'react';
|
||||
import { Image, View, Text, ScrollView, StyleSheet } from 'react-native';
|
||||
import { useNavigation, useRoute, useTheme } from '@react-navigation/native';
|
||||
import { SafeBlueArea, BlueCard, BlueText, BlueNavigationStyle, BlueSpacing20, BlueLoading } from '../../BlueComponents';
|
||||
import { useTheme } from '@react-navigation/native';
|
||||
import { SafeBlueArea, BlueNavigationStyle, BlueLoading } from '../../BlueComponents';
|
||||
/** @type {AppStorage} */
|
||||
import loc from '../../loc';
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@ import {
|
|||
BlueSpacing20,
|
||||
BlueSpacing40,
|
||||
BlueTextCentered,
|
||||
BlueListItem,
|
||||
} from '../../BlueComponents';
|
||||
import { Icon } from 'react-native-elements';
|
||||
import { HDSegwitBech32Wallet, MultisigCosigner, MultisigHDWallet } from '../../class';
|
||||
|
|
Loading…
Add table
Reference in a new issue