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 62d8d4c commit 90a1b28Copy full SHA for 90a1b28
lib/main.js
@@ -4,7 +4,7 @@ import path from 'path'
4
let subs = null
5
let toolbar = null
6
let juliaClient = null
7
-let HTMLPreviewView = require('./html-preview.js')
+import HTMLPreviewView from './html-preview.js'
8
9
export function activate () {
10
subs = new CompositeDisposable()
0 commit comments