cleanup: remove account switcher widget

we don't need this anymore

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-09-16 16:35:29 -07:00
parent 52a7ed53ec
commit 79a447239a
6 changed files with 10 additions and 291 deletions

View File

@@ -1,6 +1,5 @@
pub mod account_login_view;
pub mod account_management;
pub mod account_switcher;
pub mod anim;
pub mod mention;
pub mod note;
@@ -13,7 +12,6 @@ pub mod timeline;
pub mod username;
pub use account_management::AccountsView;
pub use account_switcher::AccountSelectionWidget;
pub use mention::Mention;
pub use note::{NoteResponse, NoteView, PostReplyView, PostView};
pub use preview::{Preview, PreviewApp, PreviewConfig};