Fixed typos and added projects

Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
Tuan-Dat Tran
2024-05-02 11:04:23 +02:00
parent 21f38e7e16
commit a6c382fc8b
5 changed files with 64 additions and 48 deletions

View File

@@ -33,7 +33,7 @@ pub enum Route {
}
fn main() {
dioxus_logger::init(Level::INFO).expect("failed to init logger");
dioxus_logger::init(Level::DEBUG).expect("failed to init logger");
launch(App);
}