(bootsier): Expone ButtonSet en el tema Bootsier

This commit is contained in:
Manuel Cillero 2026-08-29 19:52:23 +02:00
parent 1be3d88888
commit 0d38f2e9e7
2 changed files with 4 additions and 2 deletions

View file

@ -21,7 +21,7 @@ pub use pagetop::base::component::breadcrumb;
// Button.
pub mod button;
pub use button::{Button, ButtonBootsier};
pub use button::{Button, ButtonBootsier, ButtonSet};
// Container.
pub mod container;