diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-11 01:51:46 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-11 01:51:46 +0300 |
commit | 8f174c37751e17af887c8f783b21077974f90101 (patch) | |
tree | 2505fa1f46beae92a1af2f6cfd7e7d40c0f79976 /pkg/tpl/profile_templ.go | |
parent | b30d3b26f0d9274b13582b7aa759cae26417d9f9 (diff) |
Diffstat (limited to 'pkg/tpl/profile_templ.go')
-rw-r--r-- | pkg/tpl/profile_templ.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/tpl/profile_templ.go b/pkg/tpl/profile_templ.go index e51ab9a..afc6e86 100644 --- a/pkg/tpl/profile_templ.go +++ b/pkg/tpl/profile_templ.go @@ -8,7 +8,7 @@ package tpl import "github.com/a-h/templ" import templruntime "github.com/a-h/templ/runtime" -import "go.neonxp.ru/framework/pkg/model" +import "neonxp.ru/go/framework/pkg/model" func Profile(user *model.User) templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { |