diff options
Diffstat (limited to 'azalea-chat/src/lib.rs')
| -rwxr-xr-x | azalea-chat/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-chat/src/lib.rs b/azalea-chat/src/lib.rs index 97a2580d..d6ff7285 100755 --- a/azalea-chat/src/lib.rs +++ b/azalea-chat/src/lib.rs @@ -6,4 +6,4 @@ pub mod style; pub mod text_component; pub mod translatable_component; -pub use component::Component; +pub use component::FormattedText; |
