mirror of
https://github.com/openziti/zrok.git
synced 2025-06-03 08:35:53 +02:00
lint
This commit is contained in:
parent
53b69807bc
commit
d9be87b702
@ -1,6 +1,6 @@
|
||||
import ReactFlow, {applyNodeChanges, useNodesState} from "react-flow-renderer";
|
||||
import ReactFlow, {useNodesState} from "react-flow-renderer";
|
||||
import * as metadata from './api/metadata';
|
||||
import {useCallback, useEffect, useState} from "react";
|
||||
import {useEffect, useState} from "react";
|
||||
|
||||
const Network = (props) => {
|
||||
const [nodes, setNodes, onNodesChange] = useNodesState([])
|
||||
@ -28,7 +28,6 @@ const Network = (props) => {
|
||||
onNodesChange={onNodesChange}
|
||||
/>
|
||||
</div>
|
||||
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user