Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 1333 | Rev 4858 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1333 Rev 4119
Línea 5... Línea 5...
5
import Chat from "./chat/Chat";
5
import Chat from "./chat/Chat";
Línea 6... Línea 6...
6
 
6
 
7
if (window.innerWidth > 1000) {
7
if (window.innerWidth > 1000) {
8
  ReactDOM.render(
8
  ReactDOM.render(
9
    <Provider store={store}>
9
    <Provider store={store}>
10
      <Chat contacts={contacts} emojiOnePath={emojione_image_path_png} />
10
      <Chat contacts={contacts} emojiOnePath={emojione_image_path_png} timezones={timezones}/>
11
    </Provider>,
11
    </Provider>,
12
    document.getElementById("react-chat")
12
    document.getElementById("react-chat")
13
  );
13
  );