Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8467 Rev 8468
Línea 1... Línea 1...
1
import React from 'react'
1
import React, { useState } from 'react'
2
import IndustryModal from './IndustryModal';
2
import IndustryModal from './IndustryModal';
Línea 3... Línea 3...
3
 
3
 
Línea 4... Línea 4...
4
const Industry = ({ industry, industryUrl }) => {
4
const Industry = ({ industry, industryUrl }) => {