feat: добавить рабочий dashboard admin
- добавлен Mantine theme provider и AppShell layout\n- сгенерирован Backend API клиент и добавлены infra/business хуки\n- добавлены таблица assets, detail/presets panels и create asset modal
This commit is contained in:
4
apps/admin/src/infra/backend-api/hooks/index.ts
Normal file
4
apps/admin/src/infra/backend-api/hooks/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export { getAssetKey, useGetAsset } from "./use-get-asset.hook"
|
||||
export { getAssetVariantsKey, useGetAssetVariants } from "./use-get-asset-variants.hook"
|
||||
export { getAssetsListKey, useGetAssetsList } from "./use-get-assets-list.hook"
|
||||
export { getPresetsKey, useGetPresets } from "./use-get-presets.hook"
|
||||
Reference in New Issue
Block a user