agregar sprint, has_impairment, tabla impairments + sync pendings KAPPA

This commit is contained in:
2026-05-27 23:03:14 -05:00
parent 5cc7cf309e
commit 278d2bf075
7 changed files with 220 additions and 52 deletions
+3
View File
@@ -47,6 +47,9 @@ fn main() {
commands::get_user_stories,
commands::save_user_story,
commands::delete_user_story,
commands::get_impairments,
commands::save_impairment,
commands::delete_impairment,
])
.run(tauri::generate_context!())
.expect("error while running tauri application");