mirror of https://github.com/Mai-with-u/MaiBot.git
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 registrationpull/1496/head
parent
b382747398
commit
3fcf02866a
|
|
@ -4,3 +4,4 @@
|
|||
|
||||
export { useAutoSave, useConfigAutoSave } from './useAutoSave'
|
||||
export type { UseAutoSaveOptions, UseAutoSaveReturn, AutoSaveState } from './useAutoSave'
|
||||
export { ChatSectionHook } from './ChatSectionHook'
|
||||
|
|
|
|||
Loading…
Reference in New Issue