Skip to content

Commit

Permalink
[#4] button 컴포넌트 관련 파일 정리
Browse files Browse the repository at this point in the history
  • Loading branch information
hanseulhee committed May 10, 2024
1 parent 590041e commit de368dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
File renamed without changes.
5 changes: 5 additions & 0 deletions src/components/common/button/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import AddButton from '@/components/common/button/AddButton'
import Button from '@/components/common/button/Button'
import SplitButton from '@/components/common/button/SplitButton'

export { AddButton, Button, SplitButton }

0 comments on commit de368dc

Please sign in to comment.