fix build error

This commit is contained in:
yoan 2025-01-12 20:44:51 +08:00
parent d9f38c38a6
commit 8c4a239631

View File

@ -5,7 +5,6 @@ import { produce } from "immer";
import { type WorkflowNodeConfigForApply, WorkflowNodeType } from "@/domain/workflow";
import { useZustandShallowSelector } from "@/hooks";
import { useAccessesStore } from "@/stores/access";
import { useContactEmailsStore } from "@/stores/contact";
import { useWorkflowStore } from "@/stores/workflow";