Skip to content

Commit

Permalink
refactor: #11 - common 폴더 내부로 파일 이동
Browse files Browse the repository at this point in the history
  • Loading branch information
dudwns committed Oct 30, 2023
1 parent c3887ac commit fce5739
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { default as Providers } from './Providers/providers'
export { default as ThemeButton } from './ThemeButton/themeButton'
export { default as Avatar } from './Avatar/Avatar'
export { default as AvatarGroup } from './AvatarGroup/AvatarGroup'
export { default as Avatar } from './common/Avatar/Avatar'
export { default as AvatarGroup } from './common/AvatarGroup/AvatarGroup'

0 comments on commit fce5739

Please sign in to comment.