fix: eslint config and errors

This commit is contained in:
sriram veeraghanta 2024-06-13 21:17:06 +05:30
parent a72d095e60
commit b8ee986636
72 changed files with 153 additions and 181 deletions

View file

@ -1,9 +1,9 @@
// services
import type { IState } from "@plane/types";
import { API_BASE_URL } from "@/helpers/common.helper";
import { APIService } from "@/services/api.service";
// helpers
// types
import type { IState } from "@plane/types";
export class ProjectStateService extends APIService {
constructor() {