Añade composición de páginas basada en componentes
This commit is contained in:
parent
0e3300dc90
commit
24e773c17b
30 changed files with 895 additions and 31 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue