Skip to content

Commit 37dc991

Browse files
committed
formatting
1 parent 804bc1e commit 37dc991

File tree

1 file changed

+1
-4
lines changed
  • packages/toolkit/src/view/pipeline-builder

1 file changed

+1
-4
lines changed

packages/toolkit/src/view/pipeline-builder/Flow.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ import { ReactFlowInstance } from "reactflow";
55
import { useShallow } from "zustand/react/shallow";
66

77
import { InstillStore, Nullable, useInstillStore } from "../../lib";
8-
import {
9-
BackToLatestVersionTopBar,
10-
IteratorEditor,
11-
} from "./components";
8+
import { BackToLatestVersionTopBar, IteratorEditor } from "./components";
129
import { PipelineBuilderCanvas } from "./components/PipelineBuilderCanvas";
1310

1411
const selector = (store: InstillStore) => ({

0 commit comments

Comments
 (0)