Files
image-platform/apps/admin/src/infra/backend-api/hooks/index.ts

5 lines
303 B
TypeScript
Raw Normal View History

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"