Añade composición de páginas basada en componentes

This commit is contained in:
Manuel Cillero 2022-02-13 20:11:33 +01:00
parent 0e3300dc90
commit 24e773c17b
30 changed files with 895 additions and 31 deletions

View file

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