Our objective for this lesson should be to display a list of the user's vehicles after a new vehicle has been added to their account.
- Create new
src/hooks/useVehicles.jsx
hook.
It will fetch vehicle data automatically using useEffect
as we did with the profile...