fix(indexes): missing index for imports
This commit is contained in:
parent
2909cbe3c4
commit
a946baf1d7
2
src/components/layout/index.ts
Normal file
2
src/components/layout/index.ts
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
export * from './Button'
|
||||||
|
export * from './Downloaders'
|
5
src/components/system/index.ts
Normal file
5
src/components/system/index.ts
Normal 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
1
src/tools/index.ts
Normal file
@ -0,0 +1 @@
|
|||||||
|
export * from './convertTXT'
|
Loading…
Reference in New Issue
Block a user