diff options
| author | crupest <crupest@outlook.com> | 2022-05-01 22:52:06 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2022-05-01 22:52:06 +0800 |
| commit | fb2c019bbb7f37c3685e0d9e815f655008b320b3 (patch) | |
| tree | 08e8b234934ee2eec91949f19f016fcc0fcb279d /FrontEnd | |
| parent | 49cfe34ccf3bd87e02668a3f6f97652662cdeb36 (diff) | |
| download | timeline-fb2c019bbb7f37c3685e0d9e815f655008b320b3.tar.gz timeline-fb2c019bbb7f37c3685e0d9e815f655008b320b3.tar.bz2 timeline-fb2c019bbb7f37c3685e0d9e815f655008b320b3.zip | |
...
Diffstat (limited to 'FrontEnd')
| -rw-r--r-- | FrontEnd/src/services/user.ts | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/FrontEnd/src/services/user.ts b/FrontEnd/src/services/user.ts index b7e6c44d..c89ca893 100644 --- a/FrontEnd/src/services/user.ts +++ b/FrontEnd/src/services/user.ts @@ -4,12 +4,7 @@ import { AxiosError } from "axios"; import { UiLogicError } from "@/common"; -import { - HttpNetworkError, - setHttpToken, - axios, - HttpBadRequestError, -} from "@/http/common"; +import { setHttpToken, axios, HttpBadRequestError } from "@/http/common"; import { getHttpTokenClient } from "@/http/token"; import { getHttpUserClient, HttpUser, UserPermission } from "@/http/user"; |
