Skip to content

Commit

Permalink
refactor(QYOG-98): components폴더 리팩터링
Browse files Browse the repository at this point in the history
Design 폴더 추가
  • Loading branch information
soonki-98 committed Mar 15, 2024
1 parent b37e295 commit fb0adeb
Show file tree
Hide file tree
Showing 18 changed files with 12 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 11 additions & 0 deletions src/components/Design/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*
* Created on Fri Mar 15 2024
*
* Copyright (c) 2024 Your Company
*/

export * from "./Button";
export * from "./Loader";
export * from "./Pagination";
export * from "./TextField";
export * from "./Modal";
5 changes: 0 additions & 5 deletions src/components/UI/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
* Copyright (c) 2023 Your Company
*/

export * from "./Button";
export * from "./Pagination";
export * from "./Quill";
export * from "./Modal";
export * from "./TextField";
export * from "./Footer";
export * from "./Header";
export * from "./Loader";
1 change: 1 addition & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ export * from "./Layouts";
export * from "./Utilities";
export * from "./Provider";
export * from "./Svg";
export * from "./Design";

0 comments on commit fb0adeb

Please sign in to comment.