fix: Add import for headerbar module
This commit is contained in:
parent
5d201fb102
commit
89285d78be
1 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
||||||
mod button;
|
mod button;
|
||||||
pub use button::*;
|
pub use button::*;
|
||||||
|
|
||||||
|
mod headerbar;
|
||||||
|
pub use headerbar::*;
|
||||||
|
|
||||||
mod icon;
|
mod icon;
|
||||||
pub use self::icon::*;
|
pub use self::icon::*;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue