Línea 2... |
Línea 2... |
2 |
import { useParams } from 'react-router-dom'
|
2 |
import { useParams } from 'react-router-dom'
|
3 |
import { useSelector } from 'react-redux'
|
3 |
import { useSelector } from 'react-redux'
|
4 |
import { getBackendVars } from '../../services/backendVars'
|
4 |
import { getBackendVars } from '../../services/backendVars'
|
Línea 5... |
Línea 5... |
5 |
|
5 |
|
6 |
import ProfileInfo from '../../components/ProfileInfo'
|
6 |
import ProfileInfo from '../../components/ProfileInfo'
|
7 |
import Cover from '../../components/cover/Cover'
|
7 |
import Cover from '../../components/UI/cover/Cover'
|
8 |
import Skills from '../../components/profile/skills/SkillsCard'
|
8 |
import Skills from '../../components/profile/skills/SkillsCard'
|
9 |
import Location from '../../components/location/Location'
|
9 |
import Location from '../../components/location/Location'
|
10 |
import Overview from '../../components/overview/Overview'
|
10 |
import Overview from '../../components/overview/Overview'
|
11 |
import Aptitudes from '../../components/profile/aptitudes/AptitudesCard'
|
11 |
import Aptitudes from '../../components/profile/aptitudes/AptitudesCard'
|