refactor(projects): 文件夹位置规范

This commit is contained in:
Soybean
2021-11-23 10:52:30 +08:00
parent 3fb7a5f709
commit f5a5f44a2b
26 changed files with 60 additions and 192 deletions

View File

@ -1,5 +1,6 @@
export * from './auth';
export * from './common';
export * from './storage';
export * from './router';
export * from './service';
export * from './package';
export * from './auth';