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:
parent
24adddd29f
commit
c36c98476c
11 changed files with 24 additions and 28 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue