| Línea 5... |
Línea 5... |
| 5 |
|
5 |
|
| 6 |
import { useFetch } from '@hooks'
|
6 |
import { useFetch } from '@hooks'
|
| Línea 7... |
Línea 7... |
| 7 |
import { formatObjectToArray } from '@utils'
|
7 |
import { formatObjectToArray } from '@utils'
|
| 8 |
|
- |
|
| 9 |
import ProfileCard from '@components/profile/ProfileCard'
|
8 |
|
| 10 |
import ExperiencesCard from '@components/profile/experiences/ExperiencesCard'
|
9 |
import ProfileCard from '@components/profile/ProfileCard'
|
| 11 |
import EducationsCard from '@components/profile/educations/EducationsCard'
|
10 |
import EducationsCard from '@components/profile/educations/EducationsCard'
|
| 12 |
import LocationCard from '@components/profile/location/LocationCard'
|
11 |
import LocationCard from '@components/profile/location/LocationCard'
|
| 13 |
import LanguagesCard from '@components/profile/languages/LanguagesCard'
|
12 |
import LanguagesCard from '@components/profile/languages/LanguagesCard'
|
| 14 |
import SkillsCard from '@components/profile/skills/SkillsCard'
|
13 |
import SkillsCard from '@components/profile/skills/SkillsCard'
|
| 15 |
import AptitudesCard from '@components/profile/aptitudes/AptitudesCard'
|
14 |
import AptitudesCard from '@components/profile/aptitudes/AptitudesCard'
|
| - |
|
15 |
import HobbiesCard from '@components/profile/hobbies/HobbiesCard'
|
| Línea 16... |
Línea 16... |
| 16 |
import HobbiesCard from '@components/profile/hobbies/HobbiesCard'
|
16 |
import SuggestWidget from '@components/widgets/default/SuggestWidget'
|
| 17 |
import SuggestWidget from '@components/widgets/default/SuggestWidget'
|
17 |
import ExperiencesCard from '@components/profile/experiences/experiences-card'
|
| 18 |
|
18 |
|
| 19 |
const ProfileViewPage = () => {
|
19 |
const ProfileViewPage = () => {
|