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:
@@ -1,9 +1,11 @@
|
||||
pub mod note;
|
||||
pub mod preview;
|
||||
pub mod relay;
|
||||
pub mod username;
|
||||
|
||||
pub use note::Note;
|
||||
pub use preview::{Preview, PreviewApp};
|
||||
pub use relay::RelayView;
|
||||
pub use username::Username;
|
||||
|
||||
use egui::Margin;
|
||||
|
||||
Reference in New Issue
Block a user