Skip to content

Commit 89a3209

Browse files
authored
(Re-)fix: shiki-shared import path (#780)
That got reverted in another revert (a2a417e).
1 parent 51f74ff commit 89a3209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/mdbook-shiki.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77

88
import { createHighlighter } from "shiki";
9-
import { SHIKI_THEME, mapToShikiLang, extractShikiLines } from "../src/utils/highlighting/shiki-shared";
9+
import { SHIKI_DARK_THEME, mapToShikiLang, extractShikiLines } from "../src/browser/utils/highlighting/shiki-shared";
1010
import { renderToStaticMarkup } from "react-dom/server";
1111
import { CodeBlockSSR } from "../src/browser/components/Messages/CodeBlockSSR";
1212

0 commit comments

Comments
 (0)