Working and clean fucking guestbook

This commit is contained in:
2021-08-20 11:58:44 +02:00
parent 28990e0151
commit 2f50ad9d55
20 changed files with 103 additions and 530 deletions

View File

@@ -61,10 +61,6 @@ interface Project {
tags: Array<Tag>,
}
interface GuestbookForm {
message: string
}
interface NewsletterForm {
email: string
}
@@ -77,7 +73,8 @@ interface Translation {
interface State {
opened: boolean,
route: string
route: string,
email: string
}
interface Announce {
@@ -87,4 +84,4 @@ interface Announce {
file: null
}
export { Form, InfoData, Skill, Experience, Formation, Post, Tag, Project, GuestbookForm, NewsletterForm, Translation, State, Announce }
export { Form, InfoData, Skill, Experience, Formation, Post, Tag, Project, NewsletterForm, Translation, State, Announce }