fix(outputnode): use new handle

This commit is contained in:
moklick
2019-09-12 02:58:38 +02:00
parent a3cca1e757
commit 183c301b73

View File

@@ -1,6 +1,6 @@
import React from 'react';
import Handle from '../HandleTypes/TargetHandle';
import Handle from '../HandleTypes/Handle';
const nodeStyles = {
background: '#55dd99',