changeset 66:1bb65cb4c685

clean up import lines
author drewp@bigasterisk.com
date Mon, 20 Jan 2020 03:01:22 -0800
parents eb1294174dd4
children 163b4339804d
files src/index.ts
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/index.ts	Mon Jan 20 03:00:27 2020 -0800
+++ b/src/index.ts	Mon Jan 20 03:01:22 2020 -0800
@@ -1,13 +1,13 @@
+import { PolymerElement, html } from "@polymer/polymer";
 import { customElement, property, computed } from "@polymer/decorators";
-import { N3Store } from "n3";
-import { PolymerElement, html } from "@polymer/polymer";
 import { render } from "lit-html";
 
+import { N3Store, Store } from "n3";
+
 import { GraphView } from "./graph_view";
 import { StreamedGraphClient } from "./streamed_graph_client";
-import { Store } from "n3";
+import style from "./style.styl";
 
-import style from "./style.styl";
 export * from "./graph_queries";
 
 export interface VersionedGraph {