Remove fs_extra (#655)

* WIP Remove fs_extra

* Finish removing fs_extra
This commit is contained in:
Jeremy Soller 2024-11-13 14:36:11 -07:00 committed by GitHub
parent 383ed31c68
commit a32f25fa95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 393 additions and 193 deletions

View file

@ -17,7 +17,7 @@ mod mime_app;
pub mod mime_icon;
mod mounter;
mod mouse_area;
mod operation;
pub mod operation;
mod spawn_detached;
use tab::Location;
pub mod tab;