More structure to the registration page.

This commit is contained in:
codevictory
2021-12-06 21:33:39 +02:00
parent abe937714a
commit c3ea1f3632
7 changed files with 48 additions and 6 deletions

View File

@@ -0,0 +1,4 @@
export const registration: Record<string, string> = {
"registration.welcome": "Welcome to our wedding on plaa plaa August 2022",
"registration.questions": "If you have any question about:\nmushrooms\ndangerous animals"
}