ui: move RelayView into ui module

Trying to keep all UI stuff in there

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-04-19 21:53:47 -07:00
parent 51c25b88cc
commit 2d566cc637
3 changed files with 9 additions and 6 deletions

View File

@@ -18,7 +18,6 @@ pub mod login_manager;
mod notecache;
mod profile;
pub mod relay_pool_manager;
pub mod relay_view;
mod result;
mod test_data;
mod time;