switched from codex to claude as tutor and moved tests to their own folder
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
extern crate core;
|
||||
|
||||
mod app_state;
|
||||
mod countdown;
|
||||
pub mod countdown;
|
||||
|
||||
use crate::countdown::commands::{
|
||||
countdown_create, countdown_delete, countdown_list, countdown_pause, countdown_reset,
|
||||
|
||||
Reference in New Issue
Block a user