aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/app/handler/user/preferences.templ')
-rw-r--r--pkg/app/handler/user/preferences.templ14
1 files changed, 8 insertions, 6 deletions
diff --git a/pkg/app/handler/user/preferences.templ b/pkg/app/handler/user/preferences.templ
index 2c39bad..01805e2 100644
--- a/pkg/app/handler/user/preferences.templ
+++ b/pkg/app/handler/user/preferences.templ
@@ -1,11 +1,13 @@
package user
-import "net/http"
-import "time"
-import "soko/pkg/app/layout"
-import "soko/pkg/app/utils"
-import "soko/pkg/config"
-import "soko/pkg/models"
+import (
+ "net/http"
+ "soko/pkg/app/layout"
+ "soko/pkg/app/utils"
+ "soko/pkg/config"
+ "soko/pkg/models"
+ "time"
+)
var viewTabs = []layout.SubTab{
{