mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
chore: code refactor
This commit is contained in:
parent
c5d70db237
commit
fcaac7e492
@ -1,5 +1,6 @@
|
|||||||
import React, { useState } from "react";
|
import React, { useState } from "react";
|
||||||
import { observer } from "mobx-react-lite";
|
import { observer } from "mobx-react-lite";
|
||||||
|
import xor from "lodash/xor";
|
||||||
// hooks
|
// hooks
|
||||||
import { useIssueDetail } from "hooks/store";
|
import { useIssueDetail } from "hooks/store";
|
||||||
// components
|
// components
|
||||||
@ -10,7 +11,6 @@ import { Spinner } from "@plane/ui";
|
|||||||
import { cn } from "helpers/common.helper";
|
import { cn } from "helpers/common.helper";
|
||||||
// types
|
// types
|
||||||
import type { TIssueOperations } from "./root";
|
import type { TIssueOperations } from "./root";
|
||||||
import { xor } from "lodash";
|
|
||||||
|
|
||||||
type TIssueModuleSelect = {
|
type TIssueModuleSelect = {
|
||||||
className?: string;
|
className?: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user