diff --git a/src/components/Graph.astro b/src/components/Graph.astro index c48bc83..d7fe0b2 100644 --- a/src/components/Graph.astro +++ b/src/components/Graph.astro @@ -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[];