first commit

This commit is contained in:
2025-04-09 21:43:00 +02:00
commit af5be2794d
39 changed files with 1947 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
package XxxApp::Controller::Menu;
use Mojo::Base 'Mojolicious::Controller';
sub jstreetemplate {
my $c = shift;
return;
}
1;