chore: rename explore to explorer

pull/9/head
wongjiahau 1 year ago
parent 78bb29732a
commit 6321dc9ade

@ -831,3 +831,6 @@ fn render_block(area: Rect, surface: &mut Surface, borders: Borders) -> Rect {
block.render(area, surface);
inner
}
#[cfg(test)]
mod test_explore {}

@ -1,7 +1,7 @@
mod completion;
mod document;
pub(crate) mod editor;
mod explore;
mod explorer;
mod fuzzy_match;
mod info;
pub mod lsp;
@ -21,7 +21,7 @@ use crate::filter_picker_entry;
use crate::job::{self, Callback};
pub use completion::Completion;
pub use editor::EditorView;
pub use explore::Explorer;
pub use explorer::Explorer;
pub use markdown::Markdown;
pub use menu::Menu;
pub use picker::{DynamicPicker, FileLocation, FilePicker, Picker};

Loading…
Cancel
Save