fix: Add import for headerbar module

This commit is contained in:
Michael Aaron Murphy 2022-10-07 05:23:26 +02:00
parent 5d201fb102
commit 89285d78be
No known key found for this signature in database
GPG key ID: B2732D4240C9212C

View file

@ -1,6 +1,9 @@
mod button;
pub use button::*;
mod headerbar;
pub use headerbar::*;
mod icon;
pub use self::icon::*;