Move htmx template into layouts.
This commit is contained in:
parent
60c8aefd49
commit
203a856895
5 changed files with 29 additions and 38 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue