aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction/UI/ViewPort/Collection/Grid/Member/WithActions.pm
blob: 2a19058b73c18f674987ea37411a8d276a52f061 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
package Reaction::UI::ViewPort::Collection::Grid::Member::WithActions;

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

extends 'Reaction::UI::ViewPort::Collection::Grid::Member';

#TO BE REMOVED

1;