chore: move modal core components to the UI package (#4794)
* chore: move modal core components to the UI package * fix: build errors
This commit is contained in:
parent
0aca5c7a86
commit
244986554c
31 changed files with 59 additions and 83 deletions
|
|
@ -6,9 +6,7 @@ import { useParams } from "next/navigation";
|
|||
// types
|
||||
import type { IIssueLabel } from "@plane/types";
|
||||
// ui
|
||||
import { TOAST_TYPE, setToast } from "@plane/ui";
|
||||
// components
|
||||
import { AlertModalCore } from "@/components/core";
|
||||
import { AlertModalCore, TOAST_TYPE, setToast } from "@plane/ui";
|
||||
// hooks
|
||||
import { useLabel } from "@/hooks/store";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue