This commit is contained in:
2026-05-12 05:08:39 +02:00
parent ee054955b9
commit 4c454de1c2
28 changed files with 2045 additions and 120 deletions
+3 -3
View File
@@ -3,9 +3,9 @@ package render
import (
"net/http"
"prestaproxy/internal/assets"
"prestaproxy/internal/viewmodel"
"prestaproxy/templates"
"git.ma-al.com/goc_marek/ps_shop/internal/assets"
"git.ma-al.com/goc_marek/ps_shop/internal/viewmodel"
"git.ma-al.com/goc_marek/ps_shop/templates"
)
type Engine struct {