chore(lib): rename

This commit is contained in:
moklick
2020-05-04 17:26:48 +02:00
parent a82a5f637f
commit 38b4ea2428
10 changed files with 10660 additions and 305 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import React, { useState } from 'react';
import Graph, { removeElements, addEdge } from 'react-flow';
import Graph, { removeElements, addEdge } from 'react-flow-renderer';
const onNodeDragStop = node => console.log('drag stop', node);
const onLoad = graphInstance => console.log('graph loaded:', graphInstance);