Skip to content

Commit 7fd4c51

Browse files
Fix DOMPurify import to adhere to https://www.npmjs.com/package/dompurify
1 parent c12c272 commit 7fd4c51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/humanReadablePane.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import { icons, ns } from 'solid-ui'
77
import { Util } from 'rdflib'
88
import { marked } from 'marked'
9-
import * as DOMPurify from 'dompurify'
9+
import DOMPurify from 'dompurify';
1010

1111
const humanReadablePane = {
1212
icon: icons.originalIconBase + 'tango/22-text-x-generic.png',

0 commit comments

Comments
 (0)