Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4865 Rev 4878
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} timezones={timezones} />
10
      <Chat contacts={contacts} emojiOnePath={emojione_image_path_png} timezones={timezones} defaultNetwork={defaultNetwork} />
11
    </Provider>,
11
    </Provider>,
12
    document.getElementById("react-chat")
12
    document.getElementById("react-chat")
13
  );
13
  );