move close_button to ui/widgets.rs as x_button

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-04-07 17:44:32 -04:00
parent 944c9863f5
commit 13428af006
3 changed files with 40 additions and 36 deletions

View File

@@ -19,6 +19,7 @@ pub mod thread;
pub mod timeline;
pub mod username;
pub mod wallet;
pub mod widgets;
pub use accounts::AccountsView;
pub use mention::Mention;