diff --git a/src/pages/Settings.tsx b/src/pages/Settings.tsx index 2b98f37..bff1fd8 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'; @@ -56,7 +55,7 @@ const Settings = () => {
{/* Header */}
-

설정

+

설정

{/* User Profile */}
@@ -118,4 +117,4 @@ const Settings = () => {
; }; -export default Settings; +export default Settings; \ No newline at end of file