chore(barrels): regenerate barrel files via barrelsby

- Fix chat components barrel to properly export all component modules
- Remove interceptor exports from API services barrel
- Regenerate store barrel files (auth, chat, sidebar, user) using barrelsby
This commit is contained in:
2026-06-15 17:53:15 +08:00
parent e88a99626d
commit 1449acd6c9
6 changed files with 27 additions and 32 deletions
+2 -7
View File
@@ -1,10 +1,5 @@
/**
* Auth 状态机公共导出(barrel
*
* 重新导出 Auth store 的所有公共 APIstate / events / machine / React Provider)。
* @file Automatically generated by barrelsby.
*/
export * from "./auth-state";
export * from "./auth-context";
export * from "./auth-events";
export * from "./auth-machine";
export * from "./index";