mirror of
https://github.com/maciejpedzich/six-degs-of-f1.git
synced 2024-11-27 15:55:47 +01:00
Remove redundant options prop from Graph component
This commit is contained in:
parent
b9a2b2e85c
commit
c5983866ec
@ -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[];
|
||||
|
Loading…
Reference in New Issue
Block a user