aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ComponentUI/View/Site.pm
blob: 280b41e3054e4209fa9aad4a0eebdc781e3672c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
package ComponentUI::View::Site;

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

class Site is TT, which {

};

1;

__END__;