changed TallyID to a struct instead of a type alias

This commit is contained in:
2025-10-08 16:14:10 +02:00
parent 0f5ca88ae4
commit dfe5197ab8
7 changed files with 118 additions and 61 deletions

View File

@@ -25,7 +25,7 @@ extern crate alloc;
use crate::{
init::sd_card::SDCardPersistence,
store::{Date, IDStore, TallyID},
store::{Date, IDStore, tally_id::TallyID},
webserver::start_webserver,
};