You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove AlternativeDate from api.ts import (not exported)
- Define AlternativeDate interface locally in App.tsx
- Remove getTravelBookingData from imports (unused)
- Disable fetchTravelBookingData function body
- Comment out removed state setters (setIsLoadingBookingData, setTravelBookingData)
- Mark unused parameters with underscore prefix
Fixes all TypeScript compilation errors. Build and ESLint now pass.
0 commit comments