[refactor] updated the API

TODO: implement the countdown.store.ts

Signed-off-by: s0wlz (Matthias Puchstein) <matthias@puchstein.lu>
This commit is contained in:
2026-02-27 22:15:21 +01:00
parent 79770152a1
commit adfdc5b31a
8 changed files with 85 additions and 81 deletions

View File

@@ -21,8 +21,8 @@ pub fn run() {
countdown_delete,
countdown_start,
countdown_reset,
countdown_pause,
countdown_resume,
countdown_pause,
countdown_snapshot,
])
.run(tauri::generate_context!())