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
This commit is contained in:
@@ -4,3 +4,4 @@
|
|||||||
|
|
||||||
export { useAutoSave, useConfigAutoSave } from './useAutoSave'
|
export { useAutoSave, useConfigAutoSave } from './useAutoSave'
|
||||||
export type { UseAutoSaveOptions, UseAutoSaveReturn, AutoSaveState } from './useAutoSave'
|
export type { UseAutoSaveOptions, UseAutoSaveReturn, AutoSaveState } from './useAutoSave'
|
||||||
|
export { ChatSectionHook } from './ChatSectionHook'
|
||||||
|
|||||||
Reference in New Issue
Block a user