router2, needs bug fixes3

This commit is contained in:
Priec
2025-08-22 22:57:28 +02:00
parent 5d97e63f93
commit b9072e4d7c
2 changed files with 109 additions and 84 deletions

View File

@@ -232,12 +232,9 @@ pub async fn run_ui() -> Result<()> {
&mut terminal,
&mut command_handler,
&mut auth_state,
&mut login_state,
&mut register_state,
&mut intro_state,
&mut admin_state,
&mut buffer_state,
&mut app_state,
&mut router,
).await;
let mut should_exit = false;
match event_outcome_result {