chore: use @ for imports
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2021-11-10 20:09:46 +01:00
parent 27c840987e
commit ab4ef96fef
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import attachments from './modules/attachments'
import labels from './modules/labels'
import ListService from '../services/list'
import {checkAndSetApiUrl} from '../helpers/checkAndSetApiUrl'
import {checkAndSetApiUrl} from '@/helpers/checkAndSetApiUrl'
export const store = createStore({
strict: import.meta.env.DEV,