Skip to content

Commit

Permalink
refactor: export datepcker
Browse files Browse the repository at this point in the history
  • Loading branch information
fikyair committed Sep 6, 2021
1 parent 49652f7 commit 5b5bf55
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/InputDatePicker/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import DatePicker from './inputDatePicker'

export default DatePicker
8 changes: 8 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,13 @@ export { default as Input } from './components/Inputs'
export { default as Transition } from './components/Transitions'
export { default as Tree } from './components/Tree'
export { default as Checkbox } from './components/checkbox'
export { default as DatePicker } from './components/InputDatePicker'
export { default as Progress } from './components/Progress'
export { default as Select } from './components/Select'
export { default as Tab } from './components/Tab'






0 comments on commit 5b5bf55

Please sign in to comment.