features/templ-components #3

Merged
jtom38 merged 17 commits from features/templ-components into main 2024-07-13 10:40:28 -07:00
Showing only changes of commit 5733d3af9f - Show all commits

View File

@ -36,5 +36,5 @@ func (h *Handler) ArticlesList(c echo.Context) error {
}
return Render(c, http.StatusOK, articles.List(vm))
return Render(c, http.StatusOK, articles.ListArticlesTable(vm))
}