This commit is contained in:
2021-07-08 17:15:02 +02:00
parent 33248653a4
commit 02daf1485f
7 changed files with 182 additions and 6 deletions

View File

@@ -65,4 +65,8 @@ interface GuestbookForm {
message: string
}
export { Form, InfoData, Skill, Experience, Formation, Post, Tag, Project, GuestbookForm }
interface NewsletterForm {
email: string
}
export { Form, InfoData, Skill, Experience, Formation, Post, Tag, Project, GuestbookForm, NewsletterForm }