Línea 6... |
Línea 6... |
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'
|
9 |
import AptitudesCard from '@app/components/profile/aptitudes/AptitudesCard'
|
10 |
import EducationsCard from '@app/components/profile/educations/EducationsCard'
|
- |
|
11 |
import ExperiencesCard from '@app/components/profile/experiences/ExperiencesCard'
|
10 |
import EducationsCard from '@app/components/profile/educations/EducationsCard'
|
12 |
import LanguagesCard from '@app/components/profile/languages/LanguagesCard'
|
11 |
import LanguagesCard from '@app/components/profile/languages/LanguagesCard'
|
13 |
import LocationCard from '@app/components/profile/location/LocationCard'
|
12 |
import LocationCard from '@app/components/profile/location/LocationCard'
|
14 |
import SkillsCard from '@app/components/profile/skills/SkillsCard'
|
13 |
import SkillsCard from '@app/components/profile/skills/SkillsCard'
|
Línea 15... |
Línea 14... |
15 |
import HobbiesCard from '@app/components/profile/hobbies/HobbiesCard'
|
14 |
import HobbiesCard from '@app/components/profile/hobbies/HobbiesCard'
|
- |
|
15 |
|
Línea 16... |
Línea 16... |
16 |
|
16 |
import '../../styles/profile/profile.scss'
|
17 |
import '../../styles/profile/profile.scss'
|
17 |
import ExperiencesCard from '@components/profile/experiences/experiences-card'
|
18 |
|
18 |
|