Fix lint: remove unused Smartphone import

This commit is contained in:
2026-01-17 18:44:23 +03:00
parent 1b29df3379
commit 2276c557e2
+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';