diff --git a/Time-Up/src/pages/Alarm/WakeUp/WakeUpAlarmPage.tsx b/Time-Up/src/pages/Alarm/WakeUp/WakeUpAlarmPage.tsx
index 34e51e8..ab50c9c 100644
--- a/Time-Up/src/pages/Alarm/WakeUp/WakeUpAlarmPage.tsx
+++ b/Time-Up/src/pages/Alarm/WakeUp/WakeUpAlarmPage.tsx
@@ -7,6 +7,7 @@ import { getAccessToken } from '@/src/utils/storage';
import { LinearGradient } from 'expo-linear-gradient';
import React, { useEffect, useRef } from 'react';
import { Text, TouchableOpacity, View } from 'react-native';
+import { ScrollView } from 'react-native-gesture-handler';
import BottomLayout from '../../../Layouts/BottomLayout';
import ToggleSwitch from '../../../components/common/ToggleSwitch';
import { Day, useAlarmContext } from '../../../contexts/AlarmContext';
@@ -190,7 +191,6 @@ export default function WakeUpAlarmPage() {
-
기상 알람
@@ -199,6 +199,7 @@ export default function WakeUpAlarmPage() {
내 알람
+
@@ -235,6 +236,7 @@ export default function WakeUpAlarmPage() {
);
})}
+
);
}
\ No newline at end of file