This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
Foodloop-Server/lib/Pear/LocalLoop/Controller/Admin/Import.pm

10 lines
131 B
Perl
Raw Normal View History

2017-10-26 15:29:56 +00:00
package Pear::LocalLoop::Controller::Admin::Import;
use Mojo::Base 'Mojolicious::Controller';
sub index {
my $c = shift;
}
1;