move files and update import paths
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M templates/page.go → templates/page.go
@@ -1,7 +1,7 @@ package templates import ( - "alin.ovh/homestead/internal/content" + "alin.ovh/homestead/domain/content" g "alin.ovh/gomponents" . "alin.ovh/gomponents/html"