Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 6013 Rev 6016
Línea 1... Línea 1...
1
import React, { useEffect } from 'react'
1
import React, { useEffect } from 'react'
2
import { getData } from '../../helpers/fetchHelpers'
2
import { getData } from '../../helpers/fetchHelpers'
3
import CoverSection from '../components/CoverSection/CoverSection'
3
import CoverSection from '../components/CoverSection/CoverSection'
-
 
4
import Location from '../components/Locations/Location'
4
import Overview from '../components/Overview/Overview'
5
import Overview from '../components/Overview/Overview'
5
import ProfileInfo from '../components/ProfileInfo/ProfileInfo'
6
import ProfileInfo from '../components/ProfileInfo/ProfileInfo'
Línea 6... Línea 7...
6
 
7
 
Línea 67... Línea 68...
67
            </div>
68
            </div>
68
            <Overview
69
            <Overview
69
              overview={overview}
70
              overview={overview}
70
              overviewUrl={routeExtended}
71
              overviewUrl={routeExtended}
71
            />
72
            />
-
 
73
            <Location
-
 
74
              locations={locations}
-
 
75
              locationsAddUrl={routeLocationAdd}
-
 
76
            />
72
          </div>
77
          </div>
73
        </div>
78
        </div>
74
      </div>
79
      </div>
75
    </>
80
    </>
76
  )
81
  )