chore(templates): handle icons and without function

This commit is contained in:
Benjamin Canac
2024-03-07 17:10:27 +01:00
parent b08d2bd3c6
commit 11dd34c15d
5 changed files with 21 additions and 11 deletions

View File

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