Files
baya-monorepo/client/src/services/reviews/index.ts
T
2026-07-10 16:58:15 +03:30

9 lines
428 B
TypeScript

/**
* Reviews domain barrel — re-exports **hooks only** (per the `services/{domain}` convention). Import
* types/keys/apis directly from their files when needed.
*/
export { useNurseReviews } from './hooks/useNurseReviews';
export { useReviewEligibility } from './hooks/useReviewEligibility';
export { useMyReviewForBooking } from './hooks/useMyReviewForBooking';
export { useCreateReview } from './hooks/useCreateReview';