wip: refactor

This commit is contained in:
2025-02-03 08:23:03 +07:00
parent c982c802e2
commit d921720042
29 changed files with 534 additions and 265 deletions

View File

@@ -13,7 +13,7 @@ ui = { path = "../ui" }
common = { path = "../common" }
state = { path = "../state" }
app_state = { path = "../app_state" }
chat = { path = "../chat" }
chat_state = { path = "../chat_state" }
gpui.workspace = true
gpui_tokio.workspace = true