Skip to content

Commit 81a3fee

Browse files
committed
Fix e2e
1 parent a87bbef commit 81a3fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { createRoot } from "react-dom/client"
33

44
import "./index.css"
55
import App from "./App"
6-
import "../../node_modules/@vscode/codicons/dist/codicon.css"
6+
import "../node_modules/@vscode/codicons/dist/codicon.css"
77

88
import { getHighlighter } from "./utils/highlighter"
99

0 commit comments

Comments
 (0)