chore: refactor chat registry

This commit is contained in:
2025-02-11 15:01:03 +07:00
parent 76d2c14870
commit 140a16e617
13 changed files with 297 additions and 319 deletions

View File

@@ -12,7 +12,7 @@ path = "src/main.rs"
ui = { path = "../ui" }
common = { path = "../common" }
state = { path = "../state" }
chat_state = { path = "../chat_state" }
chats = { path = "../chats" }
gpui.workspace = true
gpui_tokio.workspace = true