simplify value widgets to reduce PROCESS calls, make some classes immutable which...
[catagits/Reaction.git] / lib / ComponentUI / View / Site.pm
CommitLineData
6ab43711 1package ComponentUI::View::Site;
2
3use Reaction::Class;
4use aliased 'Reaction::UI::View::TT';
5
6class Site is TT, which {
7
8};
9
e22de101 101;
11
12__END__;
6ab43711 13