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

View File

@@ -1,6 +1,6 @@
import React from 'react';
import { Handle } from 'react-flow';
import { Handle } from 'react-flow-renderer';
export default ({ data, styles }) => {
return (

View File

@@ -1,6 +1,6 @@
import React, { useState, useEffect } from 'react';
import Graph, { isEdge, removeElements, addEdge, MiniMap, Controls } from 'react-flow';
import Graph, { isEdge, removeElements, addEdge, MiniMap, Controls } from 'react-flow-renderer';
import ColorSelectorNode from './ColorSelectorNode';