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, { MiniMap, Controls } from 'react-flow';
import Graph, { MiniMap, Controls } from 'react-flow-renderer';
const initialElements = [
{ id: '1', type: 'input', data: { label: 'Node 1' }, position: { x: 250, y: 5 } },