Merge with store

This commit is contained in:
Andras Schmelczer 2026-05-28 08:42:34 +01:00
parent 706fe745d3
commit 3ad2766f82
128 changed files with 1185 additions and 0 deletions

8
frontend/.prettierrc Normal file
View file

@ -0,0 +1,8 @@
{
"printWidth": 120,
"singleQuote": true,
"useTabs": false,
"tabWidth": 2,
"semi": true,
"bracketSpacing": true
}