Skip to content

Commit dfcbfe5

Browse files
committed
Fix requiring marked module
1 parent 82fdbe3 commit dfcbfe5

File tree

1 file changed

+1
-1
lines changed
  • client/app/bundles/comments/components/CommentBox/CommentList/Comment

1 file changed

+1
-1
lines changed

client/app/bundles/comments/components/CommentBox/CommentList/Comment/Comment.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import BaseComponent from 'libs/components/BaseComponent';
22
import React from 'react';
33
import PropTypes from 'prop-types';
44

5-
import marked from 'marked';
5+
import { marked } from 'marked';
66
import css from './Comment.module.scss';
77

88
export default class Comment extends BaseComponent {

0 commit comments

Comments
 (0)