From 8f174c37751e17af887c8f783b21077974f90101 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Wed, 11 Dec 2024 01:51:46 +0300 Subject: Поправил имя пакета MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/tpl/layout.templ | 2 +- pkg/tpl/layout_templ.go | 2 +- pkg/tpl/profile.templ | 2 +- pkg/tpl/profile_templ.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'pkg/tpl') 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) { -- cgit v1.2.3