feat: move base store to stores
This commit is contained in:
parent
d1d7cd535e
commit
df74f9d80c
1 changed files with 2 additions and 2 deletions
|
@ -12,14 +12,14 @@ import {
|
||||||
LOADING_MODULE, LOGO_VISIBLE,
|
LOADING_MODULE, LOGO_VISIBLE,
|
||||||
MENU_ACTIVE,
|
MENU_ACTIVE,
|
||||||
QUICK_ACTIONS_ACTIVE,
|
QUICK_ACTIONS_ACTIVE,
|
||||||
} from './mutation-types'
|
} from '../store/mutation-types'
|
||||||
|
|
||||||
import ListModel from '@/models/list'
|
import ListModel from '@/models/list'
|
||||||
|
|
||||||
import ListService from '../services/list'
|
import ListService from '../services/list'
|
||||||
import {checkAndSetApiUrl} from '@/helpers/checkAndSetApiUrl'
|
import {checkAndSetApiUrl} from '@/helpers/checkAndSetApiUrl'
|
||||||
|
|
||||||
import type { RootStoreState, StoreState } from './types'
|
import type { RootStoreState, StoreState } from '../store/types'
|
||||||
import pinia from '@/pinia'
|
import pinia from '@/pinia'
|
||||||
import {useAuthStore} from '@/stores/auth'
|
import {useAuthStore} from '@/stores/auth'
|
||||||
|
|
Loading…
Reference in a new issue