Skip to content

Commit

Permalink
fix: updated marked import
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Jan 18, 2022
1 parent 9b120c7 commit d9dbf8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

import DOMPurify from 'isomorphic-dompurify';
import marked from 'marked';
import { marked } from 'marked';
import settings from 'carbon-components/es/globals/js/settings';
const { prefix } = settings;

Expand Down

0 comments on commit d9dbf8c

Please sign in to comment.