We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56a500e + 9ad64f0 commit 5e1e571Copy full SHA for 5e1e571
webui/src/components/sanitized-markdown.tsx
@@ -11,7 +11,7 @@
11
import React, { FunctionComponent, useEffect } from 'react';
12
import * as MarkdownIt from 'markdown-it';
13
import * as MarkdownItAnchor from 'markdown-it-anchor';
14
-import * as DOMPurify from 'dompurify';
+import DOMPurify from 'dompurify';
15
import { Theme, styled } from '@mui/material/styles';
16
import linkIcon from './link-icon';
17
import { useLocation } from 'react-router-dom';
0 commit comments