Skip to content

Commit d9aea24

Browse files
committed
Removing group card
1 parent 5266c66 commit d9aea24

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/designer/designer.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ import Output from "../custom/output";
3838
import Default from "../custom/default";
3939
import SubNodeModal from "./sub_node_modal";
4040
import SubFlowNode from "../custom/subflow";
41-
import GroupCardNode from "../custom/group_card";
4241
import { ViewportChangeLogger } from "../home/viewport_func";
4342

4443
import type { EdgeTypes } from "reactflow";
@@ -50,7 +49,7 @@ let initialEdges: any[] = [];
5049

5150
const nodeTypes: {} = {
5251
// Custom node types here!
53-
source: Source, card: CardNode, output: Output, input: Input, default: Default, subflow: SubFlowNode, group_card: GroupCardNode
52+
source: Source, card: CardNode, output: Output, input: Input, default: Default, subflow: SubFlowNode
5453
};
5554
const edgeTypes: {} = {
5655
// default: DefaultEdge

0 commit comments

Comments
 (0)