This commit is contained in:
2026-01-18 18:49:04 +01:00
parent e7ce02f799
commit faba654e56
15 changed files with 118 additions and 30 deletions

View File

@@ -13,4 +13,5 @@ pub fn run() {
.expect("error while running tauri application");
}
mod utils;
mod utils;
mod app;