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';