6 lines
157 B
TypeScript
6 lines
157 B
TypeScript
/**
|
|
* Централизованный экспорт всех hooks админки
|
|
*/
|
|
export * from './useFunnels';
|
|
export * from './useFunnelMutations';
|