const store = createPinia()
export { store }
export * as useAppStore from './modules/app';
export * as useDictStore from './modules/dict';