another small fix

This commit is contained in:
2025-12-11 14:12:48 +04:00
parent 6c632daf1e
commit 55489e3aba

View File

@@ -8,7 +8,6 @@ import com.example.nto.entity.Booking;
import com.example.nto.entity.Employee;
import com.example.nto.entity.Place;
import com.example.nto.repository.BookingRepository;
import com.example.nto.repository.EmployeeRepository;
import com.example.nto.repository.PlaceRepository;
import com.example.nto.service.BookingService;
import com.example.nto.service.EmployeeService;