remove profile_preview_controller

no longer needed

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2024-09-24 16:27:22 -04:00
parent 2832def161
commit e60793ff37
4 changed files with 15 additions and 135 deletions

View File

@@ -1,7 +1,5 @@
pub mod picture;
pub mod preview;
pub mod profile_preview_controller;
pub use picture::ProfilePic;
pub use preview::ProfilePreview;
pub use profile_preview_controller::ProfilePreviewOp;