Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3419 Rev 3420
Línea 5... Línea 5...
5
import NotificationAlert from '../shared/notification/NotificationAlert';
5
import NotificationAlert from '../shared/notification/NotificationAlert';
6
import PublicPost from './PublicPost'
6
import PublicPost from './PublicPost'
Línea 7... Línea 7...
7
 
7
 
8
ReactDOM.render(
8
ReactDOM.render(
9
    <Provider store={store}>
9
    <Provider store={store}>
10
      <PublicPost backendVars={backendVars} />
10
      <PublicPost {...backendVars} />
11
      <NotificationAlert />
11
      <NotificationAlert />
12
    </Provider>,
12
    </Provider>,
13
    document.getElementById("public-post")
13
    document.getElementById("public-post")
14
  );
14
  );