wip: refactor

This commit is contained in:
2024-12-01 08:56:53 +07:00
parent 018769b780
commit 03b8004304
25 changed files with 618 additions and 316 deletions

3
crates/app/src/ui/mod.rs Normal file
View File

@@ -0,0 +1,3 @@
pub mod app;
pub mod block;
pub mod onboarding;