diff options
| author | mat <github@matdoes.dev> | 2022-10-30 15:28:19 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-10-30 15:28:19 -0500 |
| commit | 329f8b1784b26e2149f6edb4e969e10bd419a190 (patch) | |
| tree | 89c641aa1c26bb8da9e1f23337ff3114ad52b8f2 /azalea-chat/src/lib.rs | |
| parent | c65e1fc6604baf308b8c2b20b94bf527a6721ade (diff) | |
| download | azalea-drasl-329f8b1784b26e2149f6edb4e969e10bd419a190.tar.xz | |
more docs
Diffstat (limited to 'azalea-chat/src/lib.rs')
| -rwxr-xr-x | azalea-chat/src/lib.rs | 4 |
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; |
