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,6 @@
|
|||
import { Plus } from "lucide-react";
|
||||
// Plane
|
||||
import { cn } from "@plane/editor";
|
||||
// plane utils
|
||||
import { cn } from "@plane/utils";
|
||||
|
||||
type Props = {
|
||||
workspaceSlug: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue