Añade Sycamore para render de HTML con reactividad

This commit is contained in:
Manuel Cillero 2022-02-10 23:15:50 +01:00
parent 13a408ce61
commit e1ea149988
3 changed files with 13 additions and 5 deletions

View file

@ -1,4 +1,4 @@
pub use actix_web::{web, App, HttpRequest, HttpServer, Responder};
pub use actix_web::{web, App, HttpRequest, HttpResponse, HttpServer, Responder};
mod main;
pub use main::run;