Refactor: modularize fast booking feature and relocate DeleteBookingUseCase
- Moved `DeleteBookingUseCase` to `core/domain` module for better reuse across features. - Extracted `FastEvent` logic into a new `fastBooking` module with dedicated DI setup and updated dependencies. - Renamed `FastEventComponent` to `FastBookingComponent` for improved clarity and consistency. - Updated references and file paths for `FastEvent` to align with the new `fastBooking` module. - Adjusted Gradle and DI configurations to support the modularized `fastBooking` feature.
Пожалуйста, зарегистрируйтесь или войдите чтобы прокомментировать