refactor: align import paths with module name

This commit was merged in pull request #5.
This commit is contained in:
2026-08-30 18:51:45 +02:00
parent e96a0b8c92
commit d3780e9e32
29 changed files with 71 additions and 71 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"context"
"net/http"
"github.com/yourusername/caldav-server/internal/web/templates"
"git.arnef.de/arnef/nidus/internal/web/templates"
)
func renderLogin(w http.ResponseWriter, errMsg string) {