diff --git a/doc/content/deployment/hello-world.py b/doc/content/deployment/hello-world.py index b0ff996f..e1a0eb8d 100644 --- a/doc/content/deployment/hello-world.py +++ b/doc/content/deployment/hello-world.py @@ -1,10 +1,10 @@ # hello-world.py -from lona.html import HTML, H1 -from lona import App, View - from lona_picocss import install_picocss +from lona.html import HTML, H1 +from lona import View, App + app = App(__file__) install_picocss(app) # optional