Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 13045 Rev 13048
Línea 6... Línea 6...
6
import Inmail from './inmail'
6
import Inmail from './inmail'
Línea 7... Línea 7...
7
 
7
 
8
ReactDOM.render(
8
ReactDOM.render(
9
  <Provider store={store}>
9
  <Provider store={store}>
10
    <Inmail
10
    <Inmail
11
      backendVars={inMailVars}
11
      inMailVars={inMailVars}
12
    />
12
    />
13
    <NotificationAlert />
13
    <NotificationAlert />
14
  </Provider>,
14
  </Provider>,
15
  document.getElementById("react-inmail")
15
  document.getElementById("react-inmail")