import { StepButton } from '@/components/onboarding/step-button'; import { StepHeader } from '@/components/onboarding/step-header'; import { __ } from '@/utils/i18n'; import { Eye, EyeOff, Lock, Server, Shield, User } from 'lucide-react'; interface StepEncryptionExplainedProps { onContinue: () => void; } export function StepEncryptionExplained({ onContinue, }: StepEncryptionExplainedProps) { return (
{description}