diff --git a/src/store/index.ts b/src/stores/base.ts similarity index 97% rename from src/store/index.ts rename to src/stores/base.ts index cd001a874..0bf6e7392 100644 --- a/src/store/index.ts +++ b/src/stores/base.ts @@ -12,14 +12,14 @@ import { LOADING_MODULE, LOGO_VISIBLE, MENU_ACTIVE, QUICK_ACTIONS_ACTIVE, -} from './mutation-types' +} from '../store/mutation-types' import ListModel from '@/models/list' import ListService from '../services/list' import {checkAndSetApiUrl} from '@/helpers/checkAndSetApiUrl' -import type { RootStoreState, StoreState } from './types' +import type { RootStoreState, StoreState } from '../store/types' import pinia from '@/pinia' import {useAuthStore} from '@/stores/auth'