diff --git a/app/components/Comment.jsx b/app/components/Comment.jsx
index 8672d12..4ba7c40 100644
--- a/app/components/Comment.jsx
+++ b/app/components/Comment.jsx
@@ -5,6 +5,10 @@ import { NavLink} from 'react-router-dom'
import PropTypes from 'prop-types'
import { createAction as action } from 'redux-actions'
import moment from 'moment'
+import Linkify from 'react-linkify'
+
+
+// - Import material UI libraries
import { List, ListItem } from 'material-ui/List'
import Divider from 'material-ui/Divider'
import Paper from 'material-ui/Paper'
@@ -260,7 +264,9 @@ export class Comment extends Component {
{(!this.props.isCommentOwner && !this.props.isPostOwner && this.props.disableComments )? '' : (