Skip to content

Commit a948500

Browse files
committed
adjust import
1 parent b193d96 commit a948500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/CodeMirrorR.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { StreamLanguage } from "@codemirror/language";
44
import { r } from "@codemirror/legacy-modes/mode/r";
55
import { tokyoNightStorm } from "@uiw/codemirror-theme-tokyo-night-storm";
66
import { WebR } from "@r-wasm/webr";
7-
import "./codeMirrorR.css";
7+
import "../src/CodeMirrorR.css";
88

99
const webR = new WebR();
1010
await webR.init();

0 commit comments

Comments
 (0)