Create frontend PoC

This commit is contained in:
Sandra
2022-01-24 19:46:21 +01:00
parent 01627e87b7
commit 6095e00fc1
19 changed files with 10226 additions and 0 deletions

10
.editorconfig Normal file
View File

@@ -0,0 +1,10 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
[*.java]
indent_style = space
indent_size = 4