fix: hljs fallback (#283)

This commit is contained in:
Justice Almanzar
2022-12-03 05:32:14 -05:00
committed by GitHub
parent 62b2acebe6
commit 54010aab94

View File

@ -17,6 +17,7 @@
*/
import type { IThemedToken } from "@vap/shiki";
import { hljs } from "@webpack/common";
import { cl } from "../utils/misc";
import { ThemeBase } from "./Highlighter";