add SearchResultsView impl

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-02-02 17:03:26 -05:00
parent c1c4c1cc7a
commit c375146658
2 changed files with 136 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ pub mod preview;
pub mod profile;
pub mod relay;
pub mod relay_debug;
pub mod search_results;
pub mod side_panel;
pub mod support;
pub mod thread;