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

@@ -1,7 +1,9 @@
import { common } from "./common/fi";
import { registration } from './registration/en';
const fi: Record<string, string> = {
...common
...common,
...registration
}
export default fi;