mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 22:30:19 +08:00
refactor(hooks): 状态管理模块拆分
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import useThemeStore from './theme';
|
||||
import useAppStore from './app';
|
||||
import useAuthStore from './auth';
|
||||
|
||||
export { useAppStore, useAuthStore };
|
||||
export { useThemeStore, useAppStore, useAuthStore };
|
||||
|
||||
Reference in New Issue
Block a user