From 00e69b20c93c2f6934b7a97198b915eab1a5bedd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EB=8F=99=EC=9C=A8?= Date: Mon, 18 Nov 2024 16:48:17 +0900 Subject: [PATCH] =?UTF-8?q?[FE][Rename]=20#145=20:=20=ED=8F=B4=EB=8D=94=20?= =?UTF-8?q?=EB=AA=85=20=EC=B9=B4=EB=A9=9C=EC=BC=80=EC=9D=B4=EC=8A=A4?= =?UTF-8?q?=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/Main.tsx | 2 +- frontend/src/stories/BottomSheet.stories.tsx | 2 +- frontend/src/stories/FloatingButton/Floatingbutton.stories.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/pages/Main.tsx b/frontend/src/pages/Main.tsx index 42bd85bd..6dd41081 100644 --- a/frontend/src/pages/Main.tsx +++ b/frontend/src/pages/Main.tsx @@ -1,7 +1,7 @@ import React, { Fragment } from 'react'; import { getUserLocation } from '@/hooks/getUserLocation'; import { Map } from '@/component/maps/Map'; -import { BottomSheet } from '@/component/BottomSheet/BottomSheet'; +import { BottomSheet } from '@/component/bottomSheet/BottomSheet'; import { Content } from '@/component/content/Content'; import { MdFormatListBulleted } from 'react-icons/md'; diff --git a/frontend/src/stories/BottomSheet.stories.tsx b/frontend/src/stories/BottomSheet.stories.tsx index 59fa16e2..fbff686a 100644 --- a/frontend/src/stories/BottomSheet.stories.tsx +++ b/frontend/src/stories/BottomSheet.stories.tsx @@ -1,6 +1,6 @@ import React, { Fragment } from 'react'; import { Meta, Story } from '@storybook/react'; -import { BottomSheet } from '@/component/BottomSheet/BottomSheet'; +import { BottomSheet } from '@/component/bottomSheet/BottomSheet'; import { Content } from '@/component/content/Content'; export default { diff --git a/frontend/src/stories/FloatingButton/Floatingbutton.stories.tsx b/frontend/src/stories/FloatingButton/Floatingbutton.stories.tsx index b710df7a..fb17e40e 100644 --- a/frontend/src/stories/FloatingButton/Floatingbutton.stories.tsx +++ b/frontend/src/stories/FloatingButton/Floatingbutton.stories.tsx @@ -1,5 +1,5 @@ import { Meta, Story } from '@storybook/react'; -import { FloatingButton } from '@/component/common/FloatingButton/FloatingButton'; // 경로에 맞게 수정하세요. +import { FloatingButton } from '@/component/common/floatingButton/FloatingButton'; // 경로에 맞게 수정하세요. import { ButtonState } from '@/component/common/enums'; import { useFloatingButton } from '@/hooks/useFloatingButton';