cbf25d5bf96c2b04f492546612578a43a417a5ee
[kivitendo-erp.git] / SL / Controller / MaterializeTest.pm
1 package SL::Controller::MaterializeTest;
2
3 use strict;
4 use parent qw(SL::Controller::Base);
5
6 sub action_components {
7   $_[0]->render("test/components");
8 }
9
10 sub action_modal {
11   $_[0]->render("test/modal");
12 }
13
14 1;