diff --git a/view/admin/index/index.templ b/view/admin/index/index.templ index 9420cd0..3196fb3 100644 --- a/view/admin/index/index.templ +++ b/view/admin/index/index.templ @@ -1,3 +1,4 @@ + package adminIndex import "github.com/fossyy/filekeeper/view/admin/layout" @@ -443,6 +444,6 @@ templ Main() { - + } } diff --git a/view/admin/index/index_templ.go b/view/admin/index/index_templ.go index b6628b4..a2c2c8e 100644 --- a/view/admin/index/index_templ.go +++ b/view/admin/index/index_templ.go @@ -1,6 +1,7 @@ // Code generated by templ - DO NOT EDIT. // templ: version: v0.3.833 + package adminIndex //lint:file-ignore SA4006 This context is only used if a nested component is present. diff --git a/view/admin/layout/base.templ b/view/admin/layout/base.templ index 2506102..dfb9ffd 100644 --- a/view/admin/layout/base.templ +++ b/view/admin/layout/base.templ @@ -1,6 +1,6 @@ package layout -templ Base(){ +templ Base() {
diff --git a/view/client/auth/auth.templ b/view/client/auth/auth.templ index 214f808..91ad11f 100644 --- a/view/client/auth/auth.templ +++ b/view/client/auth/auth.templ @@ -6,7 +6,7 @@ import ( ) templ form(err types.Message, title string) { - @layout.Base(title){ + @layout.Base(title) {Already have an account? Log in
Already have an account? Log in