diff --git a/src/pages/Settings.tsx b/src/pages/Settings.tsx index 772a1c4..526bce0 100644 --- a/src/pages/Settings.tsx +++ b/src/pages/Settings.tsx @@ -1,4 +1,3 @@ - import React from 'react'; import { useNavigate } from 'react-router-dom'; import NavBar from '@/components/NavBar'; @@ -7,7 +6,6 @@ import { User, CreditCard, Bell, Lock, HelpCircle, LogOut, ChevronRight } from ' import { cn } from '@/lib/utils'; import { useAuth } from '@/contexts/auth'; import { useToast } from '@/hooks/useToast.wrapper'; - const SettingsOption = ({ icon: Icon, label, @@ -23,40 +21,35 @@ const SettingsOption = ({ color?: string; disabled?: boolean; }) => { - return
{description}
} +{description}
}계정에 로그인하세요
-