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 Oct 30, 2024
1 parent 71fe307 commit a0b645c
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 a0b645c

Please sign in to comment.