Files
slm-design/examples/react-vite/src/infra/simple-rest-api/hooks/index.ts
2026-08-10 19:13:20 +03:00

6 lines
260 B
TypeScript

'use client'
export { getCategoryListKey, useGetCategoryList } from './use-get-category-list.hook'
export { getOrderListKey, useGetOrderList } from './use-get-order-list.hook'
export { getProductListKey, useGetProductList } from './use-get-product-list.hook'