feat: updated templ snippets

This commit is contained in:
2025-03-10 11:39:01 +11:00
parent 6eaacd1f01
commit 99ecc72e59

View File

@@ -16,7 +16,7 @@ ls.add_snippets("templ", {
[[ [[
package page package page
import "projectreshoot/view/layout" import "{}/internal/view/layout"
templ {}() {{ templ {}() {{
@layout.Global() {{ @layout.Global() {{
@@ -27,7 +27,8 @@ templ {}() {{
}} }}
]], ]],
{ {
i(1, "Page"), i(1, "project"),
i(2, "Page"),
i(0), i(0),
} }
) )