wip: refactor

This commit is contained in:
2024-12-07 15:08:47 +07:00
parent c8315a2f93
commit 187d0078f9
20 changed files with 7609 additions and 330 deletions

9
crates/ui/Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "coop-ui"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
gpui.workspace = true
components.workspace = true