use TimedSerializer in AppSizeHandler

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-01-13 18:07:57 -05:00
parent a24a089e87
commit 205d627f99
2 changed files with 13 additions and 66 deletions

View File

@@ -2,6 +2,7 @@ pub mod app_size;
pub mod fonts;
pub mod setup;
pub mod theme;
pub mod timed_serializer;
mod app;