[refactor] Remove configuration files and assets

This commit is contained in:
2025-08-21 21:59:34 +02:00
parent 68311051ba
commit df6d7c7db2
29 changed files with 986 additions and 364 deletions

8
ui/Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "ui"
version = "0.1.0"
edition = "2021"
[dependencies]
dioxus = { workspace = true }
api = { workspace = true }