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

@ -7,14 +7,14 @@ import {
Droppable,
} from "@hello-pangea/dnd";
import { observer } from "mobx-react-lite";
import { ChevronDown, Pencil, Trash2 } from "lucide-react";
import { Disclosure, Transition } from "@headlessui/react";
// store
// icons
import { ChevronDown, Pencil, Trash2 } from "lucide-react";
// types
import useDraggableInPortal from "hooks/use-draggable-portal";
import { IIssueLabel } from "@plane/types";
// types
import useDraggableInPortal from "@/hooks/use-draggable-portal";
import { CreateUpdateLabelInline } from "./create-update-label-inline";
import { ICustomMenuItem, LabelItemBlock } from "./label-block/label-item-block";
import { ProjectSettingLabelItem } from "./project-setting-label-item";