mirror of
https://github.com/gromlab-ru/slm-design.git
synced 2026-08-22 15:30:16 +03:00
6 lines
260 B
TypeScript
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'
|