fix: move lucide related constants to ui package (#7226)
* fix: move lucide related constants to ui package * chore: update yarn.lock
This commit is contained in:
parent
75f89c4c12
commit
53e6a62a12
11 changed files with 37 additions and 31 deletions
|
|
@ -7,8 +7,8 @@ import { Emoji } from "emoji-picker-react";
|
|||
// eslint-disable-next-line import/order
|
||||
import useFontFaceObserver from "use-font-face-observer";
|
||||
// plane imports
|
||||
import { LUCIDE_ICONS_LIST } from "@plane/constants";
|
||||
import { TLogoProps } from "@plane/types";
|
||||
import { LUCIDE_ICONS_LIST } from "@plane/ui";
|
||||
import { emojiCodeToUnicode } from "@plane/utils";
|
||||
|
||||
type Props = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue