AccountSelectionWidget

Will be useful for selecting an account for the 'Add Column' view

Signed-off-by: kernelkind <kernelkind@gmail.com>
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
kernelkind
2024-05-09 15:21:03 -04:00
committed by William Casarin
parent e9c3596067
commit bb25fd4ae1
4 changed files with 174 additions and 38 deletions

View File

@@ -8,7 +8,7 @@ pub mod profile;
pub mod relay;
pub mod username;
pub use account_management::AccountManagementView;
pub use account_management::{AccountManagementView, AccountSelectionWidget};
pub use mention::Mention;
pub use note::Note;
pub use preview::{Preview, PreviewApp};