Skip to content

Commit

Permalink
style: Component 폴더화
Browse files Browse the repository at this point in the history
  • Loading branch information
son-daehyeon committed Sep 19, 2024
1 parent 9377058 commit 9a05b90
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 13 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.
31 changes: 18 additions & 13 deletions src/component/index.ts
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
export * from './ActivityCard';
export * from './AdminSideBar';
export * from './about-us/ActivityCard';

export * from './activity/Carousel';
export * from './activity/ProfileCard';
export * from './activity/ProjectCard';
export * from './activity/StudyCard';

export * from './admin/AdminSideBar';
export * from './admin/Editor';
export * from './admin/SearchBar';
export * from './admin/TablePaging';

export * from './form/FormContainer';
export * from './form/TextField';

export * from './page/Header';
export * from './page/Footer';

export * from './Button';
export * from './Carousel';
export * from './Dropdown';
export * from './Editor';
export * from './Footer';
export * from './FormContainer';
export * from './Header';
export * from './IconButton';
export * from './Loading';
export * from './Modal';
export * from './ProfileCard';
export * from './ProjectCard';
export * from './SearchBar';
export * from './StudyCard';
export * from './TablePaging';
export * from './TextField';
export * from './Title';
export * from './WebInKookmin';
File renamed without changes.
File renamed without changes.

0 comments on commit 9a05b90

Please sign in to comment.