Línea 8... |
Línea 8... |
8 |
import ProfileWidget from '../../components/linkedin/profile/ProfileWidget'
|
8 |
import ProfileWidget from '../../components/linkedin/profile/ProfileWidget'
|
9 |
import ExperienceCard from '../../components/linkedin/profile/cards/ExperienceCard'
|
9 |
import ExperienceCard from '../../components/linkedin/profile/cards/ExperienceCard'
|
10 |
import EducationCard from '../../components/linkedin/profile/cards/EducationCard'
|
10 |
import EducationCard from '../../components/linkedin/profile/cards/EducationCard'
|
11 |
import EmptySection from '../../components/UI/EmptySection'
|
11 |
import EmptySection from '../../components/UI/EmptySection'
|
12 |
import TagsList from '../../components/UI/TagsList'
|
12 |
import TagsList from '../../components/UI/TagsList'
|
- |
|
13 |
|
13 |
import ExperienceModal from '../../components/experiences/ExperienceModal'
|
14 |
import ExperienceModal from '../../components/experiences/ExperienceModal'
|
14 |
import EducationModal from '../../components/educations/EducationModal'
|
15 |
import EducationModal from '../../components/educations/EducationModal'
|
15 |
import SkillsModal from '../../components/skills/SkillsModal'
|
16 |
import SkillsModal from '../../components/skills/SkillsModal'
|
16 |
import LanguagesModal from '../../components/languages/LanguagesModal'
|
17 |
import LanguagesModal from '../../components/languages/LanguagesModal'
|
17 |
import AptitudesModal from '../../components/aptitudes/AptitudesModal'
|
18 |
import AptitudesModal from '../../components/aptitudes/AptitudesModal'
|