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:
Marshall Bowers 2024-07-27 14:12:32 -04:00 committed by GitHub
parent cb07e02ce9
commit 26aec4ba99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 0 additions and 589 deletions

View file

@ -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::*;