whew! refactor complete

This commit is contained in:
🪞👃🪞 2024-09-06 00:00:23 +03:00
parent deaa66d6e2
commit 685ccfaf49
7 changed files with 58 additions and 58 deletions

View file

@ -1,6 +1,6 @@
include!("lib.rs");
/// Application entrypoint.
pub fn main () -> Usually<()> {
run(TransportToolbar::standalone()?)?;
Tui::run(TransportToolbar::standalone()?)?;
Ok(())
}