1 2//! Native file-explorer surface for the workspace sidebar. Mountain owns the 3//! tree-view provider; URIs flow through `CommonLibrary::FileSystem` traits. 4 5pub mod FileExplorerViewProvider;