fixing name
Some checks failed
CI / Check Style (push) Has been cancelled
CI / Run Clippy (push) Has been cancelled
CI / Run Tests (push) Has been cancelled

This commit is contained in:
2026-05-20 12:15:37 +00:00
parent 8f89423994
commit 5e31f00b77
8 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
#[allow(unused_imports)]
use loco_rs::{cli::playground, prelude::*};
use universal_web::app::App;
use gitara_web::app::App;
#[tokio::main]
async fn main() -> loco_rs::Result<()> {