Skip to content

Commit c3baa84

Browse files
author
Jakob Vogelsang
committed
fix(Help): hot-fix incorrect import statement
1 parent cb06b9b commit c3baa84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/menu/Help.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { html, LitElement } from 'lit-element';
22
import { unsafeHTML } from 'lit-html/directives/unsafe-html';
3-
import marked from 'marked';
3+
import * as marked from 'marked';
44

55
import '@material/mwc-icon';
66

0 commit comments

Comments
 (0)