Update Explore.svelte

This commit is contained in:
Darren Zal 2023-02-14 14:50:56 -08:00 committed by GitHub
parent 59b16eec92
commit bebfbf3ab1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 7 deletions

View File

@ -30,13 +30,7 @@
import json_graph from './knowledge_graph.json'
let knowledgeGraphJson: any = json_graph
// knowledgeGraphJson = await response.json()
// } else {
// alert(`HTTP-Error: ${response.status}`)
// }
// }
let nodes: INode[] = []
let edges: IEdge[] = []