File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import { useRequestParamsStore } from '@/stores/params'
2828import MyTaskListCard from ' ./MyTaskListCard.vue'
2929import MyTaskListBar from ' ./MyTaskListBar.vue'
3030import { useParseParams } from ' ../hooks/useParseParams'
31- import axiosInstance from ' @/utils/axios'
31+ import { axiosInstance } from ' @/utils/axios'
3232import type { MyTaskResponse } from ' @/types/manager'
3333import { useQuery } from ' @tanstack/vue-query'
3434import { computed } from ' vue'
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import { useRequestParamsStore } from '@/stores/params'
2828import RequestHistoryListBar from ' ./RequestHistoryListBar.vue'
2929import RequestHistoryListCard from ' ./RequestHistoryListCard.vue'
3030import { useParseParams } from ' ../hooks/useParseParams'
31- import axiosInstance from ' @/utils/axios'
31+ import { axiosInstance } from ' @/utils/axios'
3232import { useQuery } from ' @tanstack/vue-query'
3333import { computed } from ' vue'
3434import type { RequestHistoryResponse } from ' @/types/manager'
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import RequestedListBar from './RequestedListBar.vue'
2828import RequestedListCard from ' ./RequestedListCard.vue'
2929import { useRequestParamsStore } from ' @/stores/params'
3030import { useParseParams } from ' ../hooks/useParseParams'
31- import axiosInstance from ' @/utils/axios'
31+ import { axiosInstance } from ' @/utils/axios'
3232import { useQuery } from ' @tanstack/vue-query'
3333import { computed } from ' vue'
3434import type { RequestedResponse } from ' @/types/manager'
You can’t perform that action at this time.
0 commit comments