mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-27 02:10:36 +01:00
Working and clean fucking guestbook
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user