feat(settings/section): add method to create section with a list column
This commit is contained in:
parent
9a57e36d1c
commit
c4e8f4d1e6
2 changed files with 19 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
// SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
pub mod item;
|
||||
mod section;
|
||||
pub mod section;
|
||||
|
||||
pub use self::item::{flex_item, flex_item_row, item, item_row};
|
||||
pub use self::section::{view_section, Section};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue