chore: demo app

This commit is contained in:
S. Gromov
2026-08-10 19:13:20 +03:00
parent d0a00fecbc
commit 993dab47df
162 changed files with 12145 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
'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'