feat(settings): settings item builder API

This commit is contained in:
Michael Aaron Murphy 2023-01-25 04:13:29 +01:00 committed by Michael Murphy
parent 4b7509e1c3
commit 18a21937b4
2 changed files with 61 additions and 3 deletions

View file

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