mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-26 09:50:32 +01:00
Add new mobile menu
This commit is contained in:
@@ -69,4 +69,14 @@ interface NewsletterForm {
|
||||
email: string
|
||||
}
|
||||
|
||||
export { Form, InfoData, Skill, Experience, Formation, Post, Tag, Project, GuestbookForm, NewsletterForm }
|
||||
interface Translation {
|
||||
code: string,
|
||||
english: string,
|
||||
french: string
|
||||
}
|
||||
|
||||
interface State {
|
||||
opened: boolean
|
||||
}
|
||||
|
||||
export { Form, InfoData, Skill, Experience, Formation, Post, Tag, Project, GuestbookForm, NewsletterForm, Translation, State }
|
||||
|
||||
Reference in New Issue
Block a user