diff src/streamed-graph.ts @ 6:a5bc13dcce41

why does import work but accessing the imported thing make it say "Module not found"?
author drewp@bigasterisk.com
date Wed, 04 Dec 2019 01:06:33 -0800
parents a668a774b162
children 6fefd287aff9
line wrap: on
line diff
--- a/src/streamed-graph.ts	Wed Dec 04 00:32:24 2019 -0800
+++ b/src/streamed-graph.ts	Wed Dec 04 01:06:33 2019 -0800
@@ -12,6 +12,8 @@
 
 import { StreamedGraphClient } from './streamed_graph_client';
 
+console.log(StreamedGraphClient);
+
 @customElement('streamed-graph')
 class StreamedGraph extends PolymerElement {
     @property({ type: String })