Move preview controller out of account_manager.rs

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2024-05-22 16:35:17 -04:00
committed by William Casarin
parent 11b3effa51
commit bdf6156fff
4 changed files with 87 additions and 83 deletions

View File

@@ -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;