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,9 +1,6 @@
|
|||
import { MutableRefObject } from "react";
|
||||
import { Droppable } from "@hello-pangea/dnd";
|
||||
// hooks
|
||||
import { useProjectState } from "hooks/store";
|
||||
//components
|
||||
//types
|
||||
import {
|
||||
TGroupedIssues,
|
||||
TIssue,
|
||||
|
|
@ -12,6 +9,9 @@ import {
|
|||
TSubGroupedIssues,
|
||||
TUnGroupedIssues,
|
||||
} from "@plane/types";
|
||||
import { useProjectState } from "@/hooks/store";
|
||||
//components
|
||||
//types
|
||||
import { KanbanIssueBlocksList, KanBanQuickAddIssueForm } from ".";
|
||||
|
||||
interface IKanbanGroup {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue