refactor(chat): move actors into machine directory

This commit is contained in:
2026-07-15 10:36:22 +08:00
parent 14600641e1
commit 2b90f90ab0
8 changed files with 11 additions and 31 deletions
-1
View File
@@ -4,7 +4,6 @@
export * from "./chat-context";
export * from "./chat-events";
export * from "./chat-machine.actors";
export * from "./chat-machine.helpers";
export * from "./chat-machine";
export * from "./chat-state";