chore(widget): remove redundant search widget

The `text_input` widget's search variant replaced this.
This commit is contained in:
Michael Aaron Murphy 2024-01-22 08:48:45 +01:00 committed by Michael Murphy
parent 507c4c97bb
commit b09b3db81a
5 changed files with 0 additions and 235 deletions

View file

@ -163,8 +163,6 @@ pub mod row {
mod scrollable;
pub use scrollable::*;
pub mod search;
pub mod segmented_button;
pub mod segmented_selection;