mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-14 12:14:42 +01:00
Update ContactForm and add GuestBookForm
This commit is contained in:
@@ -61,4 +61,8 @@ interface Project {
|
||||
tags: Array<Tag>,
|
||||
}
|
||||
|
||||
export { Form, InfoData, Skill, Experience, Formation, Post, Tag, Project }
|
||||
interface GuestbookForm {
|
||||
message: string
|
||||
}
|
||||
|
||||
export { Form, InfoData, Skill, Experience, Formation, Post, Tag, Project, GuestbookForm }
|
||||
|
||||
Reference in New Issue
Block a user