[WEB-4514]chore: moved EIssueLayoutTypes enum to types #7416
This commit is contained in:
parent
156ed329ac
commit
9523c28c3e
43 changed files with 82 additions and 84 deletions
|
|
@ -3,7 +3,6 @@ import isEmpty from "lodash/isEmpty";
|
|||
import { v4 as uuidv4 } from "uuid";
|
||||
// plane imports
|
||||
import {
|
||||
EIssueLayoutTypes,
|
||||
ISSUE_DISPLAY_FILTERS_BY_PAGE,
|
||||
STATE_GROUPS,
|
||||
TIssuePriorities,
|
||||
|
|
@ -22,6 +21,7 @@ import {
|
|||
TStateGroups,
|
||||
TSubGroupedIssues,
|
||||
TUnGroupedIssues,
|
||||
EIssueLayoutTypes,
|
||||
} from "@plane/types";
|
||||
// local imports
|
||||
import { orderArrayBy } from "../array";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue