Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 6483 Rev 7774
Línea 35... Línea 35...
35
    industry,
35
    industry,
36
    companySize,
36
    companySize,
37
    foundationYear,
37
    foundationYear,
38
    website,
38
    website,
39
    header,
39
    header,
40
    footer
40
    footer,
-
 
41
    googleApiKey
41
  } = urlVars
42
  } = urlVars
Línea 42... Línea 43...
42
 
43
 
43
  return (
44
  return (
44
    <>
45
    <>
Línea 76... Línea 77...
76
              overviewUrl={routeExtended}
77
              overviewUrl={routeExtended}
77
            />
78
            />
78
            <Location
79
            <Location
79
              locations={locations}
80
              locations={locations}
80
              locationsAddUrl={routeLocationAdd}
81
              locationsAddUrl={routeLocationAdd}
-
 
82
              googleApiKey={googleApiKey}
81
            />
83
            />
82
            <Industry
84
            <Industry
83
              industry={industry}
85
              industry={industry}
84
              industryAddUrl={routeIndustry}
86
              industryAddUrl={routeIndustry}
85
            />
87
            />