diff --git a/tutorials/building-a-simple-web-blog-with-vweb.md b/tutorials/building-a-simple-web-blog-with-vweb.md index 59541db558..e0cdc49a22 100644 --- a/tutorials/building-a-simple-web-blog-with-vweb.md +++ b/tutorials/building-a-simple-web-blog-with-vweb.md @@ -53,9 +53,7 @@ First, let's create a simple hello world website: // blog.v module main -import ( - vweb -) +import vweb pub struct App { mut: