mirror of
https://github.com/openziti/zrok.git
synced 2025-08-11 17:03:53 +02:00
lint
This commit is contained in:
@ -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>
|
||||
|
||||
)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user