aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ComponentUI/View/Site.pm
blob: 32595dd665116a199a08a49190b45317bb980265 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package ComponentUI::View::Site;

use Reaction::Class;
use aliased 'Reaction::UI::View::TT';

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



__PACKAGE__->meta->make_immutable;


1;

__END__;