Fixed frontend

This commit is contained in:
2022-08-30 21:26:35 +02:00
parent 806563de4d
commit 7949110700
48 changed files with 1616 additions and 1563 deletions

7
frontend/.prettierrc Normal file
View File

@@ -0,0 +1,7 @@
{
"tabWidth": 4,
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"endOfLine": "lf"
}