Files
komp_ac/client/src/components/common.rs
2025-08-23 13:29:28 +02:00

10 lines
165 B
Rust

// src/components/common.rs
pub mod text_editor;
pub mod background;
pub mod autocomplete;
pub use text_editor::*;
pub use background::*;
pub use autocomplete::*;