fix: merge conflict

pull/12902/head
Nik Revenco 2025-06-07 12:28:00 +01:00
parent 77eb2f95e8
commit 9fe397bd79
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ pub use completion::Completion;
pub use editor::EditorView;
pub use file_explorer::file_explorer;
use helix_stdx::rope;
use helix_view::theme::Style;
pub use markdown::Markdown;
pub use menu::Menu;
pub use picker::{Column as PickerColumn, FileLocation, Picker};