Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16697 Rev 16762
Línea 4... Línea 4...
4
import { store } from '../redux/store'
4
import { store } from '../redux/store'
5
import FeedView from './view/FeedView'
5
import FeedView from './view/FeedView'
Línea 6... Línea 6...
6
 
6
 
7
ReactDOM.render(
7
ReactDOM.render(
8
  <Provider store={store}>
8
  <Provider store={store}>
9
    <FeedView timeLineUrl={routeTimeline} />
9
    <FeedView timeLineUrl={routeTimeline} allowFastSurvey={allowFastSurvey} />
10
  </Provider>,
10
  </Provider>,
11
  document.getElementById('admin-feeds')
11
  document.getElementById('admin-feeds')