Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 15761 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 15761 Rev 15765
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}>
-
 
10
      <Chat
-
 
11
        contacts={contacts}
-
 
12
        timezones={timezones}
-
 
13
        defaultNetwork={defaultNetwork}
9
    <Provider store={store}>
14
        emojiOnePath={emojione_image_path_png}
-
 
15
      />
10
      <Chat contacts={contacts} emojiOnePath={emojione_image_path_png} />
16
    </Provider>,
11
    </Provider>,
17
    document.getElementById("react-chat")
12
    document.getElementById("react-chat")
18
  );
13
  );