fix: preview build error (#1942)

This commit is contained in:
Anmol Singh Bhatia
2024-12-16 20:07:53 +05:30
committed by GitHub
parent c88df18047
commit 4bf97ad57a

View File

@@ -21,7 +21,7 @@ import { CreateLabelModal } from "@/components/labels";
import { ETabIndices } from "@/constants/tab-indices";
// helpers
import { cn } from "@/helpers/common.helper";
import { getChangedIssuefields } from "@/helpers/issue.helper";
import { getChangedIssuefields } from "@/helpers/issue-modal.helper";
import { getTabIndex } from "@/helpers/tab-indices.helper";
// hooks
import { useIssueModal } from "@/hooks/context/use-issue-modal";