diff --git a/dashboard/src/routes/config/bot/hooks/index.ts b/dashboard/src/routes/config/bot/hooks/index.ts index bfd91b16..40b831c2 100644 --- a/dashboard/src/routes/config/bot/hooks/index.ts +++ b/dashboard/src/routes/config/bot/hooks/index.ts @@ -4,3 +4,4 @@ export { useAutoSave, useConfigAutoSave } from './useAutoSave' export type { UseAutoSaveOptions, UseAutoSaveReturn, AutoSaveState } from './useAutoSave' +export { ChatSectionHook } from './ChatSectionHook'