Cleans up the code a bit

This commit is contained in:
2025-07-12 20:00:44 +02:00
parent df1e3ff905
commit ad0e81fdc3
8 changed files with 21 additions and 21 deletions

View File

@@ -2,7 +2,6 @@ pub mod flows;
pub mod domain;
use flows::{main::Main, Flow, GamenightState};
use clear_screen;
#[tokio::main]
async fn main() {