feat(settings): settings item builder API
This commit is contained in:
parent
4b7509e1c3
commit
18a21937b4
2 changed files with 61 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright 2022 System76 <info@system76.com>
|
||||
// SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
mod item;
|
||||
pub mod item;
|
||||
mod section;
|
||||
|
||||
pub use self::item::{item, item_row};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue