fix: eslint fixes and file formatting
This commit is contained in:
parent
473dfc7a5b
commit
53ddef1cd5
954 changed files with 3921 additions and 3809 deletions
|
|
@ -2,9 +2,9 @@ import set from "lodash/set";
|
|||
import { observable, action, makeObservable, runInAction, computed } from "mobx";
|
||||
// services
|
||||
import { computedFn } from "mobx-utils";
|
||||
import { ProjectEstimateService } from "services/project";
|
||||
import { ProjectEstimateService } from "@/services/project";
|
||||
// types
|
||||
import { RootStore } from "store/root.store";
|
||||
import { RootStore } from "@/store/root.store";
|
||||
import { IEstimate, IEstimateFormData } from "@plane/types";
|
||||
|
||||
export interface IEstimateStore {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue