We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d840591 commit 779c595Copy full SHA for 779c595
lib/runtime/plots.js
@@ -1,9 +1,9 @@
1
'use babel'
2
3
import { client } from '../connection'
4
-import { views } from '../ui'
+import views from '../ui/views'
5
6
-const { webview } = views.tags
+const { webview } = views.tags // TODO named import
7
8
function consoleLog (e) {
9
let log
0 commit comments