Files
slm-design/examples/react-vite/src/infra/simple-rest-api/hooks/index.ts

6 lines
260 B
TypeScript
Raw Normal View History

2026-08-10 19:13:20 +03:00
'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'