feat: implement dashboard

This commit is contained in:
2025-11-13 08:29:47 +01:00
parent 65d373b59d
commit fb414c39f4
10 changed files with 200 additions and 130 deletions

View File

@@ -1,3 +1,9 @@
{
"plugins": ["prettier-plugin-tailwindcss"]
"plugins": ["prettier-plugin-tailwindcss"],
"overrides": [
{
"files": "*.svg",
"options": { "parser": "html" }
}
]
}