feat: separate components

This commit is contained in:
2026-05-07 01:36:00 +05:00
parent 6f45ebaadc
commit 04755cf05b
5 changed files with 90 additions and 65 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
// SPDX-License-Identifier: MIT
fn main() {
slint_build::compile("ui/todo.slint").unwrap();
slint_build::compile("ui/main.slint").unwrap();
}