fix: eslint fixes and file formatting

This commit is contained in:
sriram veeraghanta
2024-03-19 20:08:35 +05:30
parent 473dfc7a5b
commit 53ddef1cd5
954 changed files with 3921 additions and 3809 deletions

View File

@@ -1,7 +1,7 @@
import set from "lodash/set";
import { action, makeObservable, observable, runInAction } from "mobx";
// services
import { NotificationService } from "services/notification.service";
import { NotificationService } from "@/services/notification.service";
// types
import { IIssueDetail } from "./root.store";