This commit is contained in:
2026-03-20 18:07:16 +01:00
parent 45b0bf00ee
commit 1342123990
25 changed files with 2023 additions and 382 deletions

View File

@@ -13,8 +13,9 @@
// .expect("error while running tauri application");
// }
mod app;
pub mod tauri_app;
mod utils;
mod app;
pub mod api;
mod config;