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 774b0d8 commit a91cfd1Copy full SHA for a91cfd1
wasm/demo/src/index.js
@@ -1,6 +1,6 @@
1
import './style.css';
2
import 'codemirror/lib/codemirror.css';
3
-import 'xterm/dist/xterm.css';
+import 'xterm/lib/xterm.css';
4
5
// A dependency graph that contains any wasm must all be imported
6
// asynchronously. This `index.js` file does the single async import, so
0 commit comments