aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ComponentUI/View/Site/Widget/Index.pm
blob: 0d3df27254b2d6fbf455149de2311db2d3d73600 (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 {

  fragment widget  [ string {"DUMMY"} ];

};

1;