Things will build.
This commit is contained in:
parent
42b7167eec
commit
ebed0c208c
12
src/CV.tsx
12
src/CV.tsx
@ -16,7 +16,19 @@ import {Interest} from './Model/interests';
|
|||||||
import {Profile} from './Model/profile';
|
import {Profile} from './Model/profile';
|
||||||
|
|
||||||
function CV() {
|
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;
|
document.title = profile.name;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user