Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3032 Rev 3040
Línea 5... Línea 5...
5
import { formatObjectToArray } from '@app/utils'
5
import { formatObjectToArray } from '@app/utils'
6
import { useFetch } from '@hooks'
6
import { useFetch } from '@hooks'
Línea 7... Línea 7...
7
 
7
 
8
import ProfileCard from '@app/components/profile/ProfileCard'
8
import ProfileCard from '@app/components/profile/ProfileCard'
9
import AptitudesCard from '@app/components/profile/aptitudes/AptitudesCard'
-
 
10
import EducationsCard from '@app/components/profile/educations/EducationsCard'
9
import AptitudesCard from '@app/components/profile/aptitudes/AptitudesCard'
11
import LanguagesCard from '@app/components/profile/languages/LanguagesCard'
10
import LanguagesCard from '@app/components/profile/languages/LanguagesCard'
12
import LocationCard from '@app/components/profile/location/LocationCard'
11
import LocationCard from '@app/components/profile/location/LocationCard'
13
import SkillsCard from '@app/components/profile/skills/SkillsCard'
12
import SkillsCard from '@app/components/profile/skills/SkillsCard'
-
 
13
import HobbiesCard from '@app/components/profile/hobbies/HobbiesCard'
-
 
14
import EducationsCard from '@app/components/profile/educations/educations-card'
Línea 14... Línea 15...
14
import HobbiesCard from '@app/components/profile/hobbies/HobbiesCard'
15
import ExperiencesCard from '@components/profile/experiences/experiences-card'
15
 
-
 
Línea 16... Línea 16...
16
import '../../styles/profile/profile.scss'
16
 
17
import ExperiencesCard from '@components/profile/experiences/experiences-card'
17
import '../../styles/profile/profile.scss'
18
 
18