Room reservations planning

This commit is contained in:
imperosol
2025-06-27 18:47:47 +02:00
parent e973b013c6
commit e2a417bdac
10 changed files with 1859 additions and 1054 deletions
+2 -1
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/*"]
}
}
}