aboutsummaryrefslogtreecommitdiff
path: root/web/index.go
diff options
context:
space:
mode:
Diffstat (limited to 'web/index.go')
-rw-r--r--web/index.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/index.go b/web/index.go
index 7057cc8..6ef84b5 100644
--- a/web/index.go
+++ b/web/index.go
@@ -13,3 +13,7 @@ func Index() templ.Component {
func ErrorPage(msg string) templ.Component {
return errorPage(msg)
}
+
+func Bench() templ.Component {
+ return bench()
+}