fix: removed @plane alias from ui package
This commit is contained in:
parent
be5d77d978
commit
8166a757a7
3 changed files with 8 additions and 7 deletions
|
|
@ -2,12 +2,12 @@ import React, { useEffect, useRef, useState } from "react";
|
|||
import ReactDOM from "react-dom";
|
||||
// plane helpers
|
||||
import { useOutsideClickDetector } from "@plane/hooks";
|
||||
// components
|
||||
import { ContextMenuItem } from "./item";
|
||||
// helpers
|
||||
import { cn } from "../../../helpers";
|
||||
// hooks
|
||||
import { usePlatformOS } from "../../hooks/use-platform-os";
|
||||
// components
|
||||
import { ContextMenuItem } from "./item";
|
||||
|
||||
export type TContextMenuItem = {
|
||||
key: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue