fix workspace drafts build (#5798)
This commit is contained in:
parent
9c2278a810
commit
2c96e042c6
2 changed files with 8 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import { cn } from "@/helpers/common.helper";
|
|||
// hooks
|
||||
import { useAppTheme, useProject, useWorkspaceDraftIssues } from "@/hooks/store";
|
||||
// plane-web components
|
||||
import { IdentifierText } from "@/plane-web/components/issues";
|
||||
import { IdentifierText } from "ce/components/issues";
|
||||
// local components
|
||||
import { WorkspaceDraftIssueQuickActions } from "../issue-layouts";
|
||||
import { DraftIssueProperties } from "./draft-issue-properties";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue