diff --git a/src/CV.tsx b/src/CV.tsx index 2e4d61e..07d20bd 100644 --- a/src/CV.tsx +++ b/src/CV.tsx @@ -28,7 +28,12 @@ function CV() { const interests: Interest[] = [] - const profile: Profile = {} + const profile: Profile = { + "name": "", + "title": "", + "quote": "", + "picture": "" + } document.title = profile.name;