fix import path
This commit is contained in:
+3
-3
@@ -1,15 +1,15 @@
|
||||
import {
|
||||
Attachment,
|
||||
axios,
|
||||
CaptchaData,
|
||||
CommonAPI,
|
||||
LoginRequest,
|
||||
LoginResponse,
|
||||
RegisterRequest,
|
||||
UserAttachType,
|
||||
UserProfileView,
|
||||
UserView
|
||||
} from "~/index";
|
||||
} from "../types";
|
||||
import { axios } from "./BaseAPI";
|
||||
import CommonAPI from "./CommonAPI";
|
||||
|
||||
const BASE_URI = "/user";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user