feat(settings/section): add method to create section with a list column

This commit is contained in:
Antoine C 2024-09-04 17:22:45 +01:00 committed by Michael Murphy
parent 9a57e36d1c
commit c4e8f4d1e6
2 changed files with 19 additions and 3 deletions

View file

@ -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};