Room reservations planning

This commit is contained in:
imperosol
2025-06-27 18:47:47 +02:00
parent 1118693816
commit 16e03f20d9
10 changed files with 361 additions and 82 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/*"]
}
}
}