aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction/UI/Widget/Search/NoResults.pm
blob: 2a35c862c04468c8f949e3ee537ab62248864501 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
package Reaction::UI::Widget::Search::NoResults;

use Reaction::UI::WidgetClass;

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

__PACKAGE__->meta->make_immutable;

1;