diff --git a/src/CV.tsx b/src/CV.tsx index 3c6e8d9..2e4d61e 100644 --- a/src/CV.tsx +++ b/src/CV.tsx @@ -16,7 +16,19 @@ import {Interest} from './Model/interests'; import {Profile} from './Model/profile'; function CV() { + const tags: Tag[] = [] + const langs: Lang[] = [] + + const ed: EducationYear[] = [] + + const projs: SideProjectCats[] = [] + + const jobs: JobAtCompany[] = [] + + const interests: Interest[] = [] + + const profile: Profile = {} document.title = profile.name;