refactor(settings/section): deprecate view_section for settings::section
This commit is contained in:
parent
c4e8f4d1e6
commit
af68a3f660
2 changed files with 7 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ pub mod item;
|
|||
pub mod section;
|
||||
|
||||
pub use self::item::{flex_item, flex_item_row, item, item_row};
|
||||
pub use self::section::{view_section, Section};
|
||||
pub use self::section::{section, view_section, Section};
|
||||
|
||||
use crate::widget::{column, Column};
|
||||
use crate::Element;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue