fix: export componentEntry module

This commit is contained in:
wwsun
2023-12-25 11:00:04 +08:00
parent 45b0d856c1
commit 149002dddd
+1
View File
@@ -11,5 +11,6 @@ export * from './route-module';
export * from './service-module';
export * from './store-module';
export * from './view-module';
export * from './component-module';
export * from './node';
export * from './interfaces';