bcgov/vue3-scaffold

View on GitHub
frontend/src/store/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
export { default as useAppStore } from './appStore';
export { default as useAuthStore } from './authStore';
export { default as useConfigStore } from './configStore';
export { default as useHelloStore } from './helloStore';