Project

General

Profile

Feature #29944

Updated by Fayaz E Azeez 5 days ago

client/components/features/top_flight_routes/ 
 ->forms/TopFlightDestinationForm.tsx 
 ->forms/TopFlightRoutesForm.tsx 
 ->forms/ViewMoreForm.tsx 

 ->hooks/useTopFlightDestinations.ts 
 ->hooks/useTopFlightRoutes.ts 
 ->hooks/useTopFlightViewMore.ts 

 ->services/topFlightDestinationService.ts 
 ->services/topFlightRoutesService.ts 
 ->services/viewMoreService.ts 

 ->TopFlightDestination.tsx 
 ->TopFlightFromDestination.tsx 
 ->TopFlightRoutes.tsx 
 ->ViewMore_TopFlight.tsx 

 client/components/features/hotels_in_topcities/ 
 ->forms/components/BannerImageUpload.tsx 
 ->RecommendedHotelsModal.tsx 
 ->TopDestinationForm.tsx 
 ->TopHotelForm.tsx 
 ->ViewMoreForm.tsx 

 ->hooks/useTopDestinations.ts 
 ->hooks/useTopHotels.ts 
 ->hooks/useViewMore.ts 

 ->services/topDestinationService.ts 
 ->services/topHotelService.ts 
 ->services/viewMoreService.ts 

 ->types/types.ts 

 ->TopDestination.tsx 
 ->TopHotel.tsx 
 ->ViewMore_hotel.tsx 


 server/ 

 ->controllers/topFlightRoutesController.js 
 ->middlewares/topFlightDestinationMulterMiddleware.js 
 ->middlewares/topFlightRoutesMulterMiddleware.js 
 ->middlewares/topFlightViewMoreMulterMiddleware.js 
 ->routes/topFlightRoutes.js 
 ->server.js

Back