Revert "test(highlightjs): another broken import"

This reverts commit 7743f99b6f38d28ac9d09bd41b496a53150c4693.
This commit is contained in:
Elian Doran 2025-05-20 11:57:24 +03:00
parent 2b02c4856e
commit 17187e2de1
No known key found for this signature in database

View File

@ -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 { normalizeMimeTypeForCKEditor, type MimeType } from "@triliumnext/commons";
import syntaxDefinitions from "./syntax_highlighting.js"; import syntaxDefinitions from "./syntax_highlighting.js";
import { type Theme } from "./themes.js"; import { type Theme } from "./themes.js";
import { type HighlightOptions } from "highlight.js";
export { default as Themes, type Theme } from "./themes.js"; export { default as Themes, type Theme } from "./themes.js";