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

@@ -1,7 +1,7 @@
use notedeck::account_login_view::AccountLoginView;
use notedeck::app_creation::{
generate_mobile_emulator_native_options, generate_native_options, setup_cc,
};
use notedeck::ui::account_login_view::AccountLoginView;
use notedeck::ui::{Preview, PreviewApp, ProfilePic, ProfilePreview, RelayView};
use std::env;