From 743f5eda865d98005245c2f66fa4d18b57662c1e Mon Sep 17 00:00:00 2001 From: swaggboi Date: Sun, 24 Sep 2023 00:52:15 -0400 Subject: [PATCH] Make comment useful --- lib/Hyperlink-Redirect.rakumod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Hyperlink-Redirect.rakumod b/lib/Hyperlink-Redirect.rakumod index 1d992a7..7bd24f1 100644 --- a/lib/Hyperlink-Redirect.rakumod +++ b/lib/Hyperlink-Redirect.rakumod @@ -6,7 +6,7 @@ use Template6; # Normally would 'use' local libs here for Controller and Model and # what not but keeping it simple for now... -# Where art thou templates +# Set things up (config stuff would go here?) my $templates = Template6.new; $templates.add-path: 'templates';