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:
Prateek Shourya 2025-06-17 17:06:05 +05:30 committed by GitHub
parent 75f89c4c12
commit 53e6a62a12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 37 additions and 31 deletions

View file

@ -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 = {