Room reservations planning

This commit is contained in:
imperosol
2025-06-27 18:47:47 +02:00
parent 2b4ac91ec4
commit 55ef0237d4
10 changed files with 362 additions and 83 deletions

View File

@@ -18,7 +18,8 @@
"#core:*": ["./core/static/bundled/*"],
"#pedagogy:*": ["./pedagogy/static/bundled/*"],
"#counter:*": ["./counter/static/bundled/*"],
"#com:*": ["./com/static/bundled/*"]
"#com:*": ["./com/static/bundled/*"],
"#reservation:*": ["./reservation/static/bundled/*"]
}
}
}