Update WalletsCarousel.js

This commit is contained in:
Marcos Rodriguez Velez 2024-05-31 13:23:50 -04:00
parent cbdd63f63e
commit 4dab9c24e1
No known key found for this signature in database
GPG Key ID: 6030B2F48CCE86D7

View File

@ -20,7 +20,7 @@ import WalletGradient from '../class/wallet-gradient';
import { useIsLargeScreen } from '../hooks/useIsLargeScreen';
import loc, { formatBalance, transactionTimeToReadable } from '../loc';
import { BlurredBalanceView } from './BlurredBalanceView';
import { useSettings } from '../../hooks/context/useSettings';
import { useSettings } from '../hooks/context/useSettings';
import { useTheme } from './themes';
import { useStorage } from '../hooks/context/useStorage';
import { WalletTransactionsStatus } from './Context/StorageProvider';