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 { observer } from "mobx-react-lite";
|
||||
import xor from "lodash/xor";
|
||||
// hooks
|
||||
import { useIssueDetail } from "hooks/store";
|
||||
// components
|
||||
@ -10,7 +11,6 @@ import { Spinner } from "@plane/ui";
|
||||
import { cn } from "helpers/common.helper";
|
||||
// types
|
||||
import type { TIssueOperations } from "./root";
|
||||
import { xor } from "lodash";
|
||||
|
||||
type TIssueModuleSelect = {
|
||||
className?: string;
|
||||
|
Loading…
Reference in New Issue
Block a user