move RelayDebugView to notedeck crate and restore --relay-debug

This commit is contained in:
Ken Sedgwick
2025-02-05 12:29:55 -08:00
parent 480f98eda4
commit 091c638eb1
4 changed files with 11 additions and 4 deletions

View File

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