Move htmx template into layouts.

This commit is contained in:
mikestefanello 2023-12-18 20:59:40 -05:00
parent 60c8aefd49
commit 203a856895
5 changed files with 29 additions and 38 deletions

View file

@ -24,7 +24,7 @@ func TestTemplateRenderer(t *testing.T) {
Group(group).
Key(id).
Base("htmx").
Files("htmx", "pages/error").
Files("layouts/htmx", "pages/error").
Directories("components").
Store()
require.NoError(t, err)