diff --git a/app/lib/components/Chat/Chat.jsx b/app/lib/components/Chat/Chat.jsx index 898bf75..87480ee 100644 --- a/app/lib/components/Chat/Chat.jsx +++ b/app/lib/components/Chat/Chat.jsx @@ -4,6 +4,7 @@ import PropTypes from 'prop-types'; import * as stateActions from '../../redux/stateActions'; import * as requestActions from '../../redux/requestActions'; import MessageList from './MessageList'; +import FileSharing from './FileSharing'; class Chat extends Component { @@ -21,6 +22,9 @@ class Chat extends Component return (