This commit is contained in:
filipriec
2025-04-18 21:11:49 +02:00
parent ef3ecfc73f
commit a0467d17a8
19 changed files with 18 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
// client/src/main.rs
use client::run_ui;
use dotenvy::dotenv;
use anyhow::{anyhow, Result};
use anyhow::Result;
#[tokio::main]
async fn main() -> Result<()> {