chore(ui): clean code

This commit is contained in:
Fu Diwei
2024-12-09 15:17:55 +08:00
parent c5498b92a2
commit 3b50741f19
43 changed files with 42 additions and 794 deletions

View File

@@ -1,4 +1,4 @@
import { useWorkflowStore, WorkflowState } from "@/providers/workflow";
import { useWorkflowStore, WorkflowState } from "@/stores/workflow";
import AddNode from "./AddNode";
import { NodeProps } from "./types";
import { useShallow } from "zustand/shallow";