🐛 (base): Exporta PagerAlign y corrige aria-label

This commit is contained in:
Manuel Cillero 2026-08-10 13:19:59 +02:00
parent 8cb5e035dc
commit 20b6c77c9e
2 changed files with 9 additions and 6 deletions

View file

@ -26,7 +26,7 @@ mod intro;
pub use intro::{Intro, IntroOpening};
mod pager;
pub use pager::{Pager, PagerVisibility};
pub use pager::{Pager, PagerAlign, PagerVisibility};
mod poweredby;
pub use poweredby::PoweredBy;