From e347c7a3596d43acefc241054ab58ab5d695a938 Mon Sep 17 00:00:00 2001 From: unnatikala05 <53338821+unnatikala05@users.noreply.github.com> Date: Tue, 1 Oct 2019 12:34:47 +0530 Subject: [PATCH] update --- frontend/src/components/ChatInput/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;