NLP-IBM-Debater / src /app /hooks /index.ts
Yassine Mhirsi
argument generation
ee3eb53
raw
history blame contribute delete
278 Bytes
/**
* Central export point for all custom hooks
*/
export { default as useApi } from './useApi.ts';
export { useApi as useApiHook } from './useApi.ts';
export { useTheme } from './useTheme.ts';
export { useAuth } from './useAuth.ts';
export { useChat } from './useChat.ts';