Testing and debugging

This commit is contained in:
2021-04-19 22:20:46 +02:00
parent 97da8d1d0e
commit 4014ffd5d1
5 changed files with 31 additions and 30 deletions

View File

@@ -58,8 +58,7 @@ interface Project {
description: string,
url: string,
cover: string,
color: string,
skills: Array<Skill>
tags: Array<Tag>,
}
export { Form, InfoData, Skill, Experience, Formation, Post, Tag, Project }