aboutsummaryrefslogtreecommitdiff
path: root/azalea-chat/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-chat/src/lib.rs')
-rwxr-xr-xazalea-chat/src/lib.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/azalea-chat/src/lib.rs b/azalea-chat/src/lib.rs
index b7035e13..01f718eb 100755
--- a/azalea-chat/src/lib.rs
+++ b/azalea-chat/src/lib.rs
@@ -5,7 +5,9 @@
extern crate lazy_static;
pub mod base_component;
-pub mod component;
+mod component;
pub mod style;
pub mod text_component;
pub mod translatable_component;
+
+pub use component::Component;