feat: add dashboard with dummy data

This commit is contained in:
2024-12-14 16:47:55 +01:00
parent 61bc2d10d7
commit 12036ff5e1
14 changed files with 1377 additions and 33 deletions

8
.prettierrc Normal file
View File

@@ -0,0 +1,8 @@
{
"useTabs": false,
"printWidth": 800,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "es5",
"semi": true
}