mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 11:02:28 +08:00
Revert "test(highlightjs): another broken import"
This reverts commit 7743f99b6f38d28ac9d09bd41b496a53150c4693.
This commit is contained in:
parent
2b02c4856e
commit
17187e2de1
@ -1,7 +1,8 @@
|
||||
import hljs, { type HighlightOptions } from "@highlightjs/cdn-assets/es/core.js";
|
||||
import hljs from "@highlightjs/cdn-assets/es/core.js";
|
||||
import { normalizeMimeTypeForCKEditor, type MimeType } from "@triliumnext/commons";
|
||||
import syntaxDefinitions from "./syntax_highlighting.js";
|
||||
import { type Theme } from "./themes.js";
|
||||
import { type HighlightOptions } from "highlight.js";
|
||||
|
||||
export { default as Themes, type Theme } from "./themes.js";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user