Move preview controller out of account_manager.rs
Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
committed by
William Casarin
parent
11b3effa51
commit
bdf6156fff
@@ -1,5 +1,7 @@
|
||||
pub mod picture;
|
||||
pub mod preview;
|
||||
mod profile_preview_controller;
|
||||
|
||||
pub use picture::ProfilePic;
|
||||
pub use preview::ProfilePreview;
|
||||
pub use profile_preview_controller::SimpleProfilePreviewController;
|
||||
|
||||
Reference in New Issue
Block a user