move account_login_view to ui submodule

trying to keep all views and widgets in here
This commit is contained in:
William Casarin
2024-05-03 07:56:08 -05:00
parent 5b7b47aaf5
commit f9d6161500
4 changed files with 6 additions and 4 deletions

View File

@@ -4,7 +4,6 @@ mod error;
//mod note;
//mod block;
mod abbrev;
pub mod account_login_view;
pub mod app_creation;
mod app_style;
mod colors;