Skip to content

Commit

Permalink
Merge pull request #68 from modern-agile-team/feature/skmin/QYOG-98
Browse files Browse the repository at this point in the history
refactor(QYOG-98): components폴더 리팩터링
  • Loading branch information
soonki-98 authored Mar 17, 2024
2 parents b37e295 + fb0adeb commit a310600
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 a310600

Please sign in to comment.