ui: Remove old settings components (#15347)
This PR removes the old settings components, as they've been adapted into other components for the settings UI. Release Notes: - N/A
This commit is contained in:
parent
cb07e02ce9
commit
26aec4ba99
5 changed files with 0 additions and 589 deletions
|
@ -10,7 +10,6 @@ mod label;
|
|||
mod list;
|
||||
mod list_header;
|
||||
mod list_item;
|
||||
mod setting;
|
||||
mod tab;
|
||||
mod tab_bar;
|
||||
mod toggle_button;
|
||||
|
@ -28,7 +27,6 @@ pub use label::*;
|
|||
pub use list::*;
|
||||
pub use list_header::*;
|
||||
pub use list_item::*;
|
||||
pub use setting::*;
|
||||
pub use tab::*;
|
||||
pub use tab_bar::*;
|
||||
pub use toggle_button::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue