mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-14 12:14:42 +01:00
fix build error
This commit is contained in:
@@ -5,6 +5,12 @@ interface Form {
|
||||
subject: string
|
||||
}
|
||||
|
||||
interface Translation {
|
||||
code: string
|
||||
french: string
|
||||
english: string
|
||||
}
|
||||
|
||||
interface Tag {
|
||||
slug: string
|
||||
}
|
||||
@@ -29,4 +35,4 @@ interface State {
|
||||
email: string
|
||||
}
|
||||
|
||||
export { Form, Post, Tag, NewsletterForm, State }
|
||||
export { Form, Translation, Post, Tag, NewsletterForm, State }
|
||||
|
||||
Reference in New Issue
Block a user