Skip to content

Commit 90a1b28

Browse files
committed
import instead of require
1 parent 62d8d4c commit 90a1b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import path from 'path'
44
let subs = null
55
let toolbar = null
66
let juliaClient = null
7-
let HTMLPreviewView = require('./html-preview.js')
7+
import HTMLPreviewView from './html-preview.js'
88

99
export function activate () {
1010
subs = new CompositeDisposable()

0 commit comments

Comments
 (0)