feat(18): colors and fonts to tailwind

This commit is contained in:
efim
2024-03-12 09:00:57 +00:00
parent fa11926642
commit 8601288230
8 changed files with 89 additions and 63 deletions

View File

@@ -9,7 +9,7 @@ import (
)
func main() {
component := templates.Hello("some name")
component := templates.IndexPage()
http.Handle("/", templ.Handler(component))