aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/app/handler/user/maintainers.templ')
-rw-r--r--pkg/app/handler/user/maintainers.templ18
1 files changed, 10 insertions, 8 deletions
diff --git a/pkg/app/handler/user/maintainers.templ b/pkg/app/handler/user/maintainers.templ
index a12c913..10d4b9c 100644
--- a/pkg/app/handler/user/maintainers.templ
+++ b/pkg/app/handler/user/maintainers.templ
@@ -1,13 +1,15 @@
package user
-import "encoding/base64"
-import "encoding/json"
-import "net/http"
-import "time"
-import "soko/pkg/app/utils"
-import "soko/pkg/models"
-import "slices"
-import "soko/pkg/database"
+import (
+ "encoding/base64"
+ "encoding/json"
+ "net/http"
+ "slices"
+ "soko/pkg/app/utils"
+ "soko/pkg/database"
+ "soko/pkg/models"
+ "time"
+)
func splitAllProjects() [][]models.Project {
var projects []models.Project