Make widget submodules public
This will make the generated documentation more readable once I add module docstrings. I'm still reexporting the module contents to keep imports nice and tidy.
This commit is contained in:
parent
397d3a6eac
commit
cb483431cc
1 changed files with 12 additions and 12 deletions
|
|
@ -1,15 +1,15 @@
|
|||
mod background;
|
||||
mod border;
|
||||
mod cursor;
|
||||
mod editor;
|
||||
mod either;
|
||||
mod empty;
|
||||
mod float;
|
||||
mod join;
|
||||
mod layer;
|
||||
mod padding;
|
||||
mod resize;
|
||||
mod text;
|
||||
pub mod background;
|
||||
pub mod border;
|
||||
pub mod cursor;
|
||||
pub mod editor;
|
||||
pub mod either;
|
||||
pub mod empty;
|
||||
pub mod float;
|
||||
pub mod join;
|
||||
pub mod layer;
|
||||
pub mod padding;
|
||||
pub mod resize;
|
||||
pub mod text;
|
||||
|
||||
pub use background::*;
|
||||
pub use border::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue