template-saas/apps/frontend/src/hooks/index.ts
rckrdmrd 19ead3506b feat(frontend): Add AI Integration UI components
- Add aiApi client with types (ChatMessage, ChatRequest, ChatResponse, AIConfig, AIModel, AIUsageStats)
- Add useAI hooks (useAIConfig, useUpdateAIConfig, useAIModels, useAIChat, useAIUsage, useCurrentAIUsage, useAIHealth)
- Add AI components (AIChat, AISettings, ChatMessage)
- Add AIPage with chat interface and usage stats
- Add AI tab to Settings page
- Add AI Assistant link to dashboard navigation
- 979 lines added across 13 files

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-07 07:13:28 -06:00

6 lines
145 B
TypeScript

export * from './useAuth';
export * from './useData';
export * from './useSuperadmin';
export * from './useOnboarding';
export * from './useAI';