chore: move FavoriteStar component to ui package (#4834)

* chore: move favorite star to ui package

* Update yarn.lock

---------

Co-authored-by: Satish Gandham <satish.iitg@gmail.com>
This commit is contained in:
Aaryan Khandelwal 2024-06-20 16:26:21 +05:30 committed by GitHub
parent 24adddd29f
commit c36c98476c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 24 additions and 28 deletions

View file

@ -18,10 +18,10 @@ import {
setPromiseToast,
ContextMenu,
TContextMenuItem,
FavoriteStar,
} from "@plane/ui";
// components
import { Logo } from "@/components/common";
import { FavoriteStar } from "@/components/core";
import { ArchiveRestoreProjectModal, DeleteProjectModal, JoinProjectModal } from "@/components/project";
// constants
import { EUserProjectRoles } from "@/constants/project";