feat(18): colors and fonts to tailwind
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
component := templates.Hello("some name")
|
||||
component := templates.IndexPage()
|
||||
|
||||
http.Handle("/", templ.Handler(component))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user