AccountManagementView
View used to add and remove accounts from the app Signed-off-by: kernelkind <kernelkind@gmail.com> Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
committed by
William Casarin
parent
93800e0d04
commit
e9c3596067
@@ -2,7 +2,9 @@ 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 notedeck::ui::{
|
||||
AccountManagementView, Preview, PreviewApp, ProfilePic, ProfilePreview, RelayView,
|
||||
};
|
||||
use std::env;
|
||||
|
||||
struct PreviewRunner {
|
||||
@@ -82,6 +84,7 @@ async fn main() {
|
||||
RelayView,
|
||||
AccountLoginView,
|
||||
ProfilePreview,
|
||||
ProfilePic
|
||||
ProfilePic,
|
||||
AccountManagementView,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user