diff src/streamed_graph_client.ts @ 9:26d3e4860adc

working on porting graph_view to n3.js. also working on making tests run
author drewp@bigasterisk.com
date Fri, 06 Dec 2019 09:19:43 -0800
parents 6fefd287aff9
children 7ca4ff2088c3
line wrap: on
line diff
--- a/src/streamed_graph_client.ts	Thu Dec 05 01:32:13 2019 -0800
+++ b/src/streamed_graph_client.ts	Fri Dec 06 09:19:43 2019 -0800
@@ -4,7 +4,7 @@
 // import * as jsonld from "jsonld";
 
 import { eachJsonLdQuad } from "./json_ld_quads";
-import { Store, DataFactory } from "n3"
+import { Store } from "n3"
 
 // /// <reference types="eventsource" />
 // const EventSource = window.EventSource;