Adding Collapse

This commit is contained in:
Bel Curcio 2021-05-31 16:35:01 -03:00
parent 332f45c5e7
commit 3b24e5404d

View File

@ -10,4 +10,5 @@ export { default as Skeleton } from './Skeleton'
export { default as Modal } from './Modal'
export { default as Text } from './Text'
export { default as Input } from './Input'
export { default as Collapse } from './Collapse'
export { useUI } from './context'