mirror of
https://github.com/SamyRai/turash.git
synced 2025-12-26 23:01:33 +00:00
16 lines
505 B
TypeScript
16 lines
505 B
TypeScript
/**
|
|
* API hooks index
|
|
* Exports all React Query hooks for backend API operations
|
|
*/
|
|
|
|
export * from '@/hooks/api/useAnalyticsAPI';
|
|
export * from '@/hooks/api/useDirectSymbiosisAPI';
|
|
export * from '@/hooks/api/useHeritageAPI';
|
|
export * from '@/hooks/api/useMatchingAPI';
|
|
export * from '@/hooks/api/useOrganizationsAPI';
|
|
export * from '@/hooks/api/useProductsServicesAPI';
|
|
export * from '@/hooks/api/useProposalsAPI';
|
|
export * from '@/hooks/api/useResourcesAPI';
|
|
export * from '@/hooks/api/useSitesAPI';
|
|
|