Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-schmid committed Nov 4, 2024
1 parent 25ed337 commit 3b631ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/components/workflow-editor/workflow-editor.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"use client";

import { useGetWorkflowApi } from "@/hooks/use-get-workflow-api";
import { TEditorWorkflowActionNode } from "@/types/react-flow";
import { useListSecretsApi } from "@/hooks/use-list-credentials-api";
import { useListEditorActionsApi } from "@/hooks/use-list-editor-actions-api";
import { useEditorActionStore } from "@/stores/editor-action-store";
Expand Down

0 comments on commit 3b631ff

Please sign in to comment.