Skip to content

Commit a91cfd1

Browse files
committed
Fix WASM import error
1 parent 774b0d8 commit a91cfd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wasm/demo/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import './style.css';
22
import 'codemirror/lib/codemirror.css';
3-
import 'xterm/dist/xterm.css';
3+
import 'xterm/lib/xterm.css';
44

55
// A dependency graph that contains any wasm must all be imported
66
// asynchronously. This `index.js` file does the single async import, so

0 commit comments

Comments
 (0)