The final step in completing the vehicle's CRUD operation is to implement the delete button functionality in the index view. This should be a quick and straightforward process.
- Extend the 
src/hooks/useVehicle.jsxhook. 
Add a new destroyVehicle function...