We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804bc1e commit 37dc991Copy full SHA for 37dc991
packages/toolkit/src/view/pipeline-builder/Flow.tsx
@@ -5,10 +5,7 @@ import { ReactFlowInstance } from "reactflow";
5
import { useShallow } from "zustand/react/shallow";
6
7
import { InstillStore, Nullable, useInstillStore } from "../../lib";
8
-import {
9
- BackToLatestVersionTopBar,
10
- IteratorEditor,
11
-} from "./components";
+import { BackToLatestVersionTopBar, IteratorEditor } from "./components";
12
import { PipelineBuilderCanvas } from "./components/PipelineBuilderCanvas";
13
14
const selector = (store: InstillStore) => ({
0 commit comments