Fix lint: remove unused Smartphone import

This commit is contained in:
2026-01-17 18:44:23 +03:00
parent 999a0a5c48
commit 031c911bb2
+1 -1
View File
@@ -1,6 +1,6 @@
import React, { useState, useEffect } from 'react';
import { useTranslation } from 'react-i18next';
import { ChevronRight, Shield, Smartphone } from 'lucide-react';
import { ChevronRight, Shield } from 'lucide-react';
import { usePezkuwi } from '../contexts/PezkuwiContext';
import { useWallet } from '../contexts/WalletContext'; // Import useWallet
import { formatBalance } from '@pezkuwi/lib/wallet';