diff --git a/src/boot/axios.ts b/src/boot/axios.ts index 946723e8..a52127e4 100644 --- a/src/boot/axios.ts +++ b/src/boot/axios.ts @@ -1,7 +1,7 @@ import axios, { AxiosInstance } from 'axios'; import { boot } from 'quasar/wrappers'; import { getToken } from 'src/services/keycloak'; -import { dialog } from 'src/stores/utils'; +import { dialog } from 'stores/utils'; import useLoader from 'stores/loader'; declare module '@vue/runtime-core' { diff --git a/src/components/01_branch-management/BranchCard.vue b/src/components/01_branch-management/BranchCard.vue index 2c773377..b44c0a88 100644 --- a/src/components/01_branch-management/BranchCard.vue +++ b/src/components/01_branch-management/BranchCard.vue @@ -1,5 +1,5 @@