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

@@ -4,7 +4,7 @@ mod error;
//mod note;
//mod block;
mod abbrev;
pub mod account_manager;
pub mod accounts;
mod actionbar;
pub mod app_creation;
mod app_size_handler;