Remove redundant options prop from Graph component

This commit is contained in:
Maciej Pędzich 2024-04-28 23:58:56 +02:00
parent b9a2b2e85c
commit c5983866ec
Signed by: maciejpedzich
GPG Key ID: CE4A303D84882F0D

View File

@ -1,5 +1,5 @@
---
import type { Node, Edge, Options } from 'vis-network/esnext';
import type { Node, Edge } from 'vis-network/esnext';
interface Props {
nodes: Node[];