diff --git a/packages/design-system/TimePickerBottomSheet.tsx b/packages/design-system/TimePickerBottomSheet.tsx index f2e2ff9..e65ac2b 100644 --- a/packages/design-system/TimePickerBottomSheet.tsx +++ b/packages/design-system/TimePickerBottomSheet.tsx @@ -1,4 +1,4 @@ -import { Stack } from "@repo/ui/Stack"; +import { motion } from "motion/react"; import { overlay } from "overlay-kit"; import { useRef } from "react"; import { BottomSheet } from "./BottomSheet"; @@ -60,7 +60,12 @@ export const TimePickerBottomSheet = (props: TimePickerBottomSheetProps) => { 시간 설정하기 - + { label={props.rightLabel} /> - + { diff --git a/src/pages/TimerPage.tsx b/src/pages/TimerPage.tsx index 7c052de..2417dcd 100644 --- a/src/pages/TimerPage.tsx +++ b/src/pages/TimerPage.tsx @@ -8,9 +8,8 @@ import { TimerButtonSection } from "~/features/timer/components/TimerButtonSecti import { TimerDescription } from "~/features/timer/components/TimerDescription"; import { TimerSpeechBubble } from "~/features/timer/components/TimerSpeechBubble"; import { TimerText } from "~/features/timer/components/TimerText"; -import { TimerEffector } from "~/features/timer/model/TimerEffector"; - import { TIMER_ASSETS } from "~/features/timer/lib/timer.constants"; +import { TimerEffector } from "~/features/timer/model/TimerEffector"; export default function TimerPage() { return ( @@ -41,7 +40,7 @@ export default function TimerPage() { - +