wip: refactor

This commit is contained in:
2025-01-24 14:03:31 +07:00
parent 3b6541b900
commit 29a8e2c8ac
5 changed files with 51 additions and 34 deletions

View File

@@ -11,6 +11,7 @@ path = "src/main.rs"
[dependencies]
ui = { path = "../ui" }
common = { path = "../common" }
state = { path = "../state" }
gpui.workspace = true
reqwest_client.workspace = true