mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-23 23:39:47 +08:00
5 lines
107 B
TypeScript
5 lines
107 B
TypeScript
import useAppStore from './app';
|
|
import useAuthStore from './auth';
|
|
|
|
export { useAppStore, useAuthStore };
|