Skip to content

Commit

Permalink
Fix DOMPurify import to adhere to https://www.npmjs.com/package/dompu…
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Nov 26, 2024
1 parent c12c272 commit 7fd4c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/humanReadablePane.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import { icons, ns } from 'solid-ui'
import { Util } from 'rdflib'
import { marked } from 'marked'
import * as DOMPurify from 'dompurify'
import DOMPurify from 'dompurify';

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

0 comments on commit 7fd4c51

Please sign in to comment.