working with strings to register a page, needs redesign

This commit is contained in:
Priec
2026-01-19 13:10:14 +01:00
parent 33002f89a6
commit d7f35690e3

View File

@@ -228,4 +228,8 @@ where
pub fn start(&mut self) {
self.running = true;
}
pub fn current_id(&self) -> Option<&String> {
self.router.current_id()
}
}