Skip to content

Commit

Permalink
fix: uninstalled import
Browse files Browse the repository at this point in the history
  • Loading branch information
vfshera committed Oct 7, 2023
1 parent 2e6886a commit 064545c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/generator/Generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { HTML_DOCS, MD_DOCS, EXT_NAME } from "../constants";
import { markedHighlight } from "marked-highlight";
import { getDocContents } from "../utils";
import bladeHighlight from "./blade-highlight";
import * as DOMPurify from "dompurify";

hljs.registerLanguage("blade", bladeHighlight);

Expand Down

0 comments on commit 064545c

Please sign in to comment.