Skip to content

Commit

Permalink
fix(outputnode): use new handle
Browse files Browse the repository at this point in the history
  • Loading branch information
moklick committed Sep 12, 2019
1 parent a3cca1e commit 183c301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NodeRenderer/NodeTypes/OutputNode.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';

import Handle from '../HandleTypes/TargetHandle';
import Handle from '../HandleTypes/Handle';

const nodeStyles = {
background: '#55dd99',
Expand Down

0 comments on commit 183c301

Please sign in to comment.