import React from 'react'; import { useNavigate } from 'react-router-dom'; import NavBar from '@/components/NavBar'; import { User, CreditCard, Bell, Lock, HelpCircle, LogOut, ChevronRight } from 'lucide-react'; import { cn } from '@/lib/utils'; const SettingsOption = ({ icon: Icon, label, description, onClick, color = "text-neuro-income" }: { icon: React.ElementType; label: string; description?: string; onClick?: () => void; color?: string; }) => { return (
{description}
}honggildong@example.com
앱 버전 1.0.0