fix: eslint fixes and file formatting
This commit is contained in:
parent
473dfc7a5b
commit
53ddef1cd5
954 changed files with 3921 additions and 3809 deletions
|
|
@ -1,10 +1,10 @@
|
|||
import { useMemo } from "react";
|
||||
// hooks
|
||||
import { useEventTracker, useIssueDetail } from "hooks/store";
|
||||
// components
|
||||
import { IssueAttachmentUpload, IssueAttachmentsList, TAttachmentOperations } from "components/issues";
|
||||
// ui
|
||||
import { TOAST_TYPE, setPromiseToast, setToast } from "@plane/ui";
|
||||
import { IssueAttachmentUpload, IssueAttachmentsList, TAttachmentOperations } from "@/components/issues";
|
||||
import { useEventTracker, useIssueDetail } from "@/hooks/store";
|
||||
// components
|
||||
// ui
|
||||
|
||||
type Props = {
|
||||
disabled: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue