Skip to content

Commit 779c595

Browse files
committed
plots - fix circular deps
1 parent d840591 commit 779c595

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/runtime/plots.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
'use babel'
22

33
import { client } from '../connection'
4-
import { views } from '../ui'
4+
import views from '../ui/views'
55

6-
const { webview } = views.tags
6+
const { webview } = views.tags // TODO named import
77

88
function consoleLog (e) {
99
let log

0 commit comments

Comments
 (0)