mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-06-28 05:07:59 +08:00
chore: 完善 index 中的 export *
This commit is contained in:
parent
052a8d224c
commit
2fed2b1d7e
@ -13,8 +13,9 @@ export function create() {
|
||||
}
|
||||
|
||||
export * from './action';
|
||||
export * from './weather';
|
||||
export * from './audio';
|
||||
export * from './loader';
|
||||
export * from './fallback';
|
||||
export * from './loader';
|
||||
export * from './render';
|
||||
export * from './utils';
|
||||
export * from './weather';
|
||||
|
@ -44,7 +44,8 @@ export function createRender() {
|
||||
}
|
||||
|
||||
export * from './components';
|
||||
export * from './ui';
|
||||
export * from './use';
|
||||
export * from './elements';
|
||||
export * from './ui';
|
||||
export * from './renderer';
|
||||
export * from './shared';
|
||||
export * from './use';
|
||||
|
@ -1,3 +1,7 @@
|
||||
export * from './controller';
|
||||
export * from './main';
|
||||
export * from './save';
|
||||
export * from './settings';
|
||||
export * from './statistics';
|
||||
export * from './statusBar';
|
||||
export * from './toolbar';
|
||||
|
Loading…
Reference in New Issue
Block a user