diff --git a/App.tsx b/App.tsx
index b272e33..8150036 100644
--- a/App.tsx
+++ b/App.tsx
@@ -5,11 +5,9 @@ import 'react-native-gesture-handler';
import RootNav from './navigation/Main/RootNav';
import OnBoardingStack from './navigation/OnBoarding/StackNavigationOfOnBoarding';
import { BottomSheetModalProvider } from '@gorhom/bottom-sheet';
-import { getAccessToken, getRefreshToken, isLoggedIn } from 'react-native-axios-jwt';
+import { getAccessToken, isLoggedIn } from 'react-native-axios-jwt';
import { QueryClient, QueryClientProvider } from 'react-query';
import CheckListStore from './Context/CheckListByServer';
-import AsyncStorage from '@react-native-async-storage/async-storage';
-import KakaoLoginBtn from './components/Login/KakaoLoginBtn';
import axios from 'axios';
const queryClient = new QueryClient();
diff --git a/components/ProfileSetting/ProfileSettingComponent.tsx b/components/ProfileSetting/ProfileSettingComponent.tsx
index e252c95..754e9d3 100644
--- a/components/ProfileSetting/ProfileSettingComponent.tsx
+++ b/components/ProfileSetting/ProfileSettingComponent.tsx
@@ -66,6 +66,8 @@ function ProfileSettingComponent() {
{/* */}
{/* */}
{/**/}
+
+
diff --git a/components/ProfileSetting/styles.ts b/components/ProfileSetting/styles.ts
index c00571f..019f44b 100644
--- a/components/ProfileSetting/styles.ts
+++ b/components/ProfileSetting/styles.ts
@@ -47,7 +47,7 @@ const styles = StyleSheet.create({
fontSize: 18,
},
profileSettingBottomElements: {
- marginTop: 30,
+ marginTop: 15,
marginBottom: 30,
},
redText: {