diff service/wifi/src/index.ts @ 1479:ad9ec466ba6d

rm dead code Ignore-this: bbb203e41c560d563f8721148f9ea1f5 darcs-hash:ec1934a48ca37a51f6fee1951747d531261bf8ff
author drewp <drewp@bigasterisk.com>
date Mon, 06 Jan 2020 22:35:16 -0800
parents 2832e5c14c74
children 6723f7ae8f34
line wrap: on
line diff
--- a/service/wifi/src/index.ts	Mon Jan 06 00:04:18 2020 -0800
+++ b/service/wifi/src/index.ts	Mon Jan 06 22:35:16 2020 -0800
@@ -1,14 +1,14 @@
 // for the web page
 export { DomBind } from "@polymer/polymer/lib/elements/dom-bind.js";
+export { StreamedGraph } from "streamed-graph";
 
 import { LitElement, property, html, customElement } from "lit-element";
 
 import { Literal, Term, N3Store, Util } from "n3";
 import { NamedNode, DataFactory } from "n3";
-const { literal, quad, namedNode } = DataFactory;
+const { literal, namedNode } = DataFactory;
 
 import { VersionedGraph } from "streamed-graph";
-export { StreamedGraph } from "streamed-graph";
 import { style } from "./style";
 
 interface DevGroup {