aboutsummaryrefslogtreecommitdiff
path: root/pkg/tpl
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/tpl')
-rw-r--r--pkg/tpl/layout.templ2
-rw-r--r--pkg/tpl/layout_templ.go2
-rw-r--r--pkg/tpl/profile.templ2
-rw-r--r--pkg/tpl/profile_templ.go2
4 files changed, 4 insertions, 4 deletions
diff --git a/pkg/tpl/layout.templ b/pkg/tpl/layout.templ
index 4993b97..d95fcb3 100644
--- a/pkg/tpl/layout.templ
+++ b/pkg/tpl/layout.templ
@@ -1,6 +1,6 @@
package tpl
-import "go.neonxp.ru/framework/pkg/utils"
+import "neonxp.ru/go/framework/pkg/utils"
templ Layout() {
{{ user := utils.GetUserCtx(ctx) }}
diff --git a/pkg/tpl/layout_templ.go b/pkg/tpl/layout_templ.go
index 1edca5a..6f5f524 100644
--- a/pkg/tpl/layout_templ.go
+++ b/pkg/tpl/layout_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/utils"
+import "neonxp.ru/go/framework/pkg/utils"
func Layout() templ.Component {
return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) {
diff --git a/pkg/tpl/profile.templ b/pkg/tpl/profile.templ
index 61a9221..0038dd2 100644
--- a/pkg/tpl/profile.templ
+++ b/pkg/tpl/profile.templ
@@ -1,6 +1,6 @@
package tpl
-import "go.neonxp.ru/framework/pkg/model"
+import "neonxp.ru/go/framework/pkg/model"
templ Profile(user *model.User) {
@Layout() {
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) {