chore(Collapsible): new component

This commit is contained in:
Benjamin Canac
2024-03-08 12:44:43 +01:00
parent 622d582426
commit 361e47b03c
5 changed files with 92 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
export { default as button } from './button'
export { default as collapsible } from './collapsible'
export { default as container } from './container'
export { default as icons } from './icons'
export { default as tooltip } from './tooltip'