diff --git a/layouts/index.html b/layouts/index.html
index d0e1648..fb972e8 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -39,7 +39,7 @@
- {{ highlight `use actix_web::{web, App, HttpRequest, HttpServer};
+ {{ highlight `use actix_web::{web, App, HttpRequest, HttpServer, Responder};
fn greet(req: HttpRequest) -> impl Responder {
let name = req.match_info().get("name").unwrap_or("World");