move files and update import paths
1 file changed, 1 insertion(+), 2 deletions(-)
changed files
M templates/error.go → templates/error.go
@@ -3,10 +3,9 @@ import ( "strconv" - "alin.ovh/homestead/internal/http" - g "alin.ovh/gomponents" . "alin.ovh/gomponents/html" + http "alin.ovh/homestead/domain/web/middleware" ) func Error(site SiteSettings, err *http.Error) g.Node {