dialog is a feature

This commit is contained in:
filipriec
2025-08-23 13:29:28 +02:00
parent cbb3ed7c48
commit f281eaa662
15 changed files with 135 additions and 113 deletions

View File

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