[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
|
|
@ -2,11 +2,10 @@ import { FC, useEffect, useRef } from "react";
|
|||
import { observer } from "mobx-react";
|
||||
import { UseFormRegister, UseFormSetFocus } from "react-hook-form";
|
||||
// plane constants
|
||||
import { EIssueLayoutTypes } from "@plane/constants";
|
||||
// plane helpers
|
||||
import { useOutsideClickDetector } from "@plane/hooks";
|
||||
// types
|
||||
import { TIssue } from "@plane/types";
|
||||
import { TIssue, EIssueLayoutTypes } from "@plane/types";
|
||||
// components
|
||||
import {
|
||||
CalendarQuickAddIssueForm,
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { EIssueLayoutTypes } from "@plane/constants";
|
||||
import { EIssueLayoutTypes } from "@plane/types";
|
||||
import { TWorkspaceLayoutProps } from "@/components/views/helper";
|
||||
|
||||
export type TLayoutSelectionProps = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue