refactor: remove cn helper function from the editor package (#6217)
This commit is contained in:
parent
ddd4b51b4e
commit
580c4b1930
50 changed files with 123 additions and 131 deletions
|
|
@ -1,6 +1,8 @@
|
|||
import { LucideIcon } from "lucide-react";
|
||||
import { cn } from "@plane/editor";
|
||||
// plane ui
|
||||
import { Tooltip } from "@plane/ui";
|
||||
// plane utils
|
||||
import { cn } from "@plane/utils";
|
||||
|
||||
type Props = {
|
||||
onChange: (value: number) => void;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue