refactor: rename AccountsManager to Accounts

plz stop with the managers
This commit is contained in:
William Casarin
2024-11-18 18:03:27 -08:00
parent 6545e1ddee
commit 22e67c95cc
11 changed files with 59 additions and 53 deletions

View File

@@ -1,7 +1,7 @@
use notedeck::ui::{
account_login_view::AccountLoginView, account_management::AccountsView,
add_column::AddColumnView, DesktopSidePanel, PostView, Preview, PreviewApp, PreviewConfig,
ProfilePic, ProfilePreview, RelayView,
account_login_view::AccountLoginView, accounts::AccountsView, add_column::AddColumnView,
DesktopSidePanel, PostView, Preview, PreviewApp, PreviewConfig, ProfilePic, ProfilePreview,
RelayView,
};
use notedeck::{
app_creation::{generate_mobile_emulator_native_options, generate_native_options, setup_cc},