add about page and refine home page

This commit is contained in:
David Rodenkirchen
2024-05-27 08:47:47 +02:00
parent a2897194d7
commit a27d28498c
6 changed files with 48 additions and 9 deletions
+1
View File
@@ -1,2 +1,3 @@
from .home import Home
from .about import About
from .page_builder import build_page