use strict;
extends (
'Moonshine::Bootstrap::Component',
);
BEGIN {
with (
( map {
$_
} findsubmod 'Moonshine::Bootstrap::v3' )
);
}
1;
__END__