frontend/src/store/appStore.ts
Showing 1 of 1 total issue
Function useAppStore
has 47 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const useAppStore = defineStore('app', () => { // State const state: AppStoreState = { loadingCalls: ref(0), loadingInterval: ref(undefined),