mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: build errors
This commit is contained in:
parent
bcc4524f7f
commit
8f6d9b8aca
@ -3,7 +3,7 @@ import { ICsrfTokenData, IEmailCheckData, IEmailCheckResponse } from "@plane/typ
|
||||
// helpers
|
||||
import { API_BASE_URL } from "@/helpers/common.helper";
|
||||
// services
|
||||
import APIService from "@/services/api.service";
|
||||
import { APIService } from "@/services/api.service";
|
||||
|
||||
export class AuthService extends APIService {
|
||||
constructor() {
|
||||
|
@ -2,7 +2,7 @@ import axios from "axios";
|
||||
// helpers
|
||||
import { API_BASE_URL } from "@/helpers/common.helper";
|
||||
// services
|
||||
import APIService from "@/services/api.service";
|
||||
import { APIService } from "@/services/api.service";
|
||||
|
||||
interface UnSplashImage {
|
||||
id: string;
|
||||
|
@ -1,6 +1,6 @@
|
||||
import { API_BASE_URL } from "@/helpers/common.helper";
|
||||
// services
|
||||
import APIService from "@/services/api.service";
|
||||
import { APIService } from "@/services/api.service";
|
||||
|
||||
class IssueService extends APIService {
|
||||
constructor() {
|
||||
|
@ -2,7 +2,7 @@
|
||||
import type { IProjectMember, IProjectMembership } from "@plane/types";
|
||||
import { API_BASE_URL } from "@/helpers/common.helper";
|
||||
// services
|
||||
import APIService from "@/services/api.service";
|
||||
import { APIService } from "@/services/api.service";
|
||||
|
||||
export class ProjectMemberService extends APIService {
|
||||
constructor() {
|
||||
|
@ -1,6 +1,6 @@
|
||||
import { API_BASE_URL } from "@/helpers/common.helper";
|
||||
// services
|
||||
import APIService from "@/services/api.service";
|
||||
import { APIService } from "@/services/api.service";
|
||||
|
||||
class ProjectService extends APIService {
|
||||
constructor() {
|
||||
|
@ -3,7 +3,7 @@ import { IUser, TUserProfile } from "@plane/types";
|
||||
// helpers
|
||||
import { API_BASE_URL } from "@/helpers/common.helper";
|
||||
// services
|
||||
import APIService from "@/services/api.service";
|
||||
import { APIService } from "@/services/api.service";
|
||||
|
||||
export class UserService extends APIService {
|
||||
constructor() {
|
||||
|
Loading…
Reference in New Issue
Block a user