fix(indexes): missing index for imports

This commit is contained in:
Walid 2023-04-23 20:17:57 +01:00
parent 2909cbe3c4
commit a946baf1d7
Signed by: Walidoux
GPG Key ID: CCF21881FE8BEBAF
3 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,2 @@
export * from './Button'
export * from './Downloaders'

View File

@ -0,0 +1,5 @@
export * from './Image'
export * from './Window'
export * from './AnimateView'
export * from './TitleBar'
export * from './Popup'

1
src/tools/index.ts Normal file
View File

@ -0,0 +1 @@
export * from './convertTXT'