build(projects): 依赖升级,规范目录
This commit is contained in:
4
src/store/modules/index.ts
Normal file
4
src/store/modules/index.ts
Normal file
@ -0,0 +1,4 @@
|
||||
import useAppStore from './app';
|
||||
import useAuthStore from './auth';
|
||||
|
||||
export { useAppStore, useAuthStore };
|
||||
Reference in New Issue
Block a user