From a34ffcce23fe34a36f9c719b44cd6d5ae34b1fcc Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 8 Aug 2024 13:55:14 +0200 Subject: Add /coins --- main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'main.go') diff --git a/main.go b/main.go index e2a66ba..244a0ac 100644 --- a/main.go +++ b/main.go @@ -20,6 +20,7 @@ import ( var components = map[string]templ.Component{ "/": templates.Index(), "/about": templates.About(), + "/coins": templates.CoinsIndex(), "/language": templates.Language(), } -- cgit v1.2.3