Skip to content

Commit

Permalink
[FE][Rename] #145 : 폴더 명 카멜케이스로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
leedongyull committed Nov 18, 2024
1 parent fd0f98d commit 00e69b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/pages/Main.tsx
Original file line number Diff line number Diff line change
@@ -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';

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/stories/BottomSheet.stories.tsx
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
Original file line number Diff line number Diff line change
@@ -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';

Expand Down

0 comments on commit 00e69b2

Please sign in to comment.