/** * Wallet Setup Component * Initial screen for wallet creation or import */ import { Wallet, Plus, Download } from 'lucide-react'; import { useTranslation } from '@/i18n'; interface Props { onCreate: () => void; onImport: () => void; } export function WalletSetup({ onCreate, onImport }: Props) { const { t } = useTranslation(); return (
{t('walletSetup.officialWallet')}
{t('walletSetup.securityNote')}