Add new models and page for motions

This commit is contained in:
2025-12-27 16:51:57 +01:00
parent 3ef975ad39
commit 45fe15eef2
36 changed files with 3753 additions and 355 deletions

13
.prettierrc Normal file
View File

@@ -0,0 +1,13 @@
{
"plugins": ["prettier-plugin-blade"],
"overrides": [
{
"files": ["*.blade.php"],
"options": {
"parser": "blade"
}
}
],
"singleQuote": true,
"tabWidth": 4
}