Make row module public
This commit is contained in:
parent
718d36972d
commit
bf205a88b6
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,6 @@ mod action;
|
|||
mod column;
|
||||
mod mouse_area;
|
||||
mod pin;
|
||||
mod row;
|
||||
mod space;
|
||||
mod stack;
|
||||
mod themer;
|
||||
|
|
@ -28,6 +27,7 @@ pub mod pick_list;
|
|||
pub mod pop;
|
||||
pub mod progress_bar;
|
||||
pub mod radio;
|
||||
pub mod row;
|
||||
pub mod rule;
|
||||
pub mod scrollable;
|
||||
pub mod slider;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue