Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oljc committed Jan 23, 2024
1 parent fe6a8ca commit e26b15e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/hooks/request.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { ref, type UnwrapRef } from 'vue';
import type { AxiosResponse } from 'axios';
import type { HttpResponse } from '@/api/interceptor';
import type { AxiosResponse, HttpResponse } from 'axios';
import useLoading from './loading';

// use to fetch list
Expand Down

0 comments on commit e26b15e

Please sign in to comment.