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

use Reaction::UI::WidgetClass;

use namespace::clean -except => [ qw(meta) ];


__PACKAGE__->meta->make_immutable;


1;