find palette in the bottom panel

This commit is contained in:
Priec
2025-08-22 17:11:52 +02:00
parent 3dff2ced6c
commit 6833ac5fad
5 changed files with 4 additions and 6 deletions

View File

@@ -4,10 +4,8 @@ pub mod text_editor;
pub mod background;
pub mod dialog;
pub mod autocomplete;
pub mod find_file_palette;
pub use text_editor::*;
pub use background::*;
pub use dialog::*;
pub use autocomplete::*;
pub use find_file_palette::*;