Skip to content

Commit fde6bdb

Browse files
committed
refactor: 폴더 구조 변경
1 parent 6eb9ec9 commit fde6bdb

27 files changed

+384
-433
lines changed

src/components/Home/Home.tsx

Lines changed: 0 additions & 68 deletions
This file was deleted.
File renamed without changes.

src/components/common/Navbar/Navbar.stories.tsx renamed to src/components/Navbar/Navbar.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { MemoryRouter } from "react-router-dom";
22

3-
import Navbar from "@/components/common/Navbar/Navbar";
3+
import Navbar from "@/components/Navbar/Navbar";
44
import Icon from "@/components/ui/Icon/Icon";
55
import Text from "@/components/ui/Text/Text";
66

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { ButtonHTMLAttributes, PropsWithChildren } from "react";
22

33
import classNames from "classnames";
44

5-
import styles from "@/components/common/Navbar/Navbar.module.scss";
5+
import styles from "@/components/Navbar/Navbar.module.scss";
66

77
interface NavbarProps extends PropsWithChildren {
88
className?: string;

src/components/RecognitionFail/RecognitionFail.tsx

Lines changed: 0 additions & 39 deletions
This file was deleted.

src/components/SelectStyle/SelectStyle.tsx

Lines changed: 0 additions & 121 deletions
This file was deleted.

src/components/SelectTag/SelectTag.tsx

Lines changed: 0 additions & 86 deletions
This file was deleted.

src/components/SelectStyle/StyleExampleModal.module.scss renamed to src/components/StyleExampleModal/StyleExampleModal.module.scss

File renamed without changes.

src/components/SelectStyle/StyleExampleModal.tsx renamed to src/components/StyleExampleModal/StyleExampleModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { ModalProps } from "@/components/HomeNavigateConfirmModal/HomeNavigateConfirmModal";
2-
import styles from "@/components/SelectStyle/StyleExampleModal.module.scss";
2+
import styles from "@/components/StyleExampleModal/StyleExampleModal.module.scss";
33
import Icon from "@/components/ui/Icon/Icon";
44
import Modal from "@/components/ui/Modal/Modal";
55
import Text from "@/components/ui/Text/Text";
File renamed without changes.

0 commit comments

Comments
 (0)