- 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>
6 lines
145 B
TypeScript
6 lines
145 B
TypeScript
export * from './useAuth';
|
|
export * from './useData';
|
|
export * from './useSuperadmin';
|
|
export * from './useOnboarding';
|
|
export * from './useAI';
|