diff --git a/frontend/src/components/ChatInput/index.js b/frontend/src/components/ChatInput/index.js index 9e6b379..457c6d6 100644 --- a/frontend/src/components/ChatInput/index.js +++ b/frontend/src/components/ChatInput/index.js @@ -1,3 +1,3 @@ import ChatInput from './ChatInput.jsx' - -export default ChatInput; \ No newline at end of file +import 'react' from 'react-redux'; +export default ChatInput;