aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ComponentUI/View/Site/Widget/Index.pm
blob: 21175aeac3919b2f505e2ee663ec8f067ecc54fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
package ComponentUI::View::Site::Widget::Index;

use Reaction::UI::WidgetClass;

class Index which {

  widget renders  [ string {"DUMMY"} ];

};

1;