feat(dashboard): export ChatSectionHook in hooks index

- Add ChatSectionHook export to hooks/index.ts
- Complete Task 10 (Wave 3)
- ChatSectionHook now available for import and registration
pull/1496/head
DrSmoothl 2026-02-17 17:41:41 +08:00
parent b382747398
commit 3fcf02866a
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -4,3 +4,4 @@
export { useAutoSave, useConfigAutoSave } from './useAutoSave'
export type { UseAutoSaveOptions, UseAutoSaveReturn, AutoSaveState } from './useAutoSave'
export { ChatSectionHook } from './ChatSectionHook'