Clean up booking system code: remove commented-out code and unnecessary variables for improved readability

This commit is contained in:
mohammad
2025-07-09 16:23:39 +03:00
parent 9f28e1ccef
commit 6cac94a1c4
7 changed files with 1 additions and 9 deletions

View File

@ -1,4 +1,3 @@
// bookable_space_model.dart
class BookableSpaceModel {
final String uuid;
final String spaceName;