Things will build.

This commit is contained in:
aminecmi 2022-09-29 14:54:11 +02:00
parent 42b7167eec
commit ebed0c208c

View File

@ -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;