import React from 'react'; import { Provider } from 'react-redux'; import store from './lib/createStore'; import Routes from './containers/Routes'; const RocketChat = () => ( ); export default RocketChat;