Response handling for the invitation registeration.

This commit is contained in:
codevictory
2021-12-29 23:40:21 +02:00
parent f285553c3b
commit 0a578959c3
12 changed files with 110 additions and 6 deletions

View File

@@ -1,11 +1,13 @@
import { common } from "./common/fi";
import { registration } from "./registration/fi";
import { main } from "./main/fi";
import { confirmation } from './confirmation/fi';
const fi: Record<string, string> = {
...common,
...registration,
...main
...main,
...confirmation
}
export default fi;