Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 1307 Rev 2469
Línea 5... Línea 5...
5
import NotificationAlert from "../shared/notification/NotificationAlert";
5
import NotificationAlert from "../shared/notification/NotificationAlert";
6
import Notifications from './notifications';
6
import Notifications from './notifications';
Línea 7... Línea 7...
7
 
7
 
8
ReactDOM.render(
8
ReactDOM.render(
9
  <Provider store={store}>
-
 
10
    <Notifications
9
  <Provider store={store}>
11
      backendVars={backendVars}
-
 
12
    />
10
    <Notifications backendVars={backendVars} />
13
    <NotificationAlert />
11
    <NotificationAlert />
14
  </Provider>,
12
  </Provider>,
15
  document.getElementById("react-notifications-page")
13
  document.getElementById("react-notifications-page")