# HG changeset patch # User drewp@bigasterisk.com # Date 1579518082 28800 # Node ID 1bb65cb4c68515b8d9d994b4e2b926957093dcee # Parent eb1294174dd4f2d1c70f752c9f90f44385c24492 clean up import lines diff -r eb1294174dd4 -r 1bb65cb4c685 src/index.ts --- 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 {