aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/api/graphql/graphiql/graphiql.templ')
-rw-r--r--pkg/api/graphql/graphiql/graphiql.templ6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkg/api/graphql/graphiql/graphiql.templ b/pkg/api/graphql/graphiql/graphiql.templ
index c392a54..e84226e 100644
--- a/pkg/api/graphql/graphiql/graphiql.templ
+++ b/pkg/api/graphql/graphiql/graphiql.templ
@@ -1,7 +1,9 @@
package graphiql
-import "net/http"
-import "soko/pkg/config"
+import (
+ "net/http"
+ "soko/pkg/config"
+)
templ show() {
<!DOCTYPE html>