diff options
Diffstat (limited to 'azalea-chat/tests')
| -rwxr-xr-x | azalea-chat/tests/integration_test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-chat/tests/integration_test.rs b/azalea-chat/tests/integration_test.rs index c2be960e..cc976888 100755 --- a/azalea-chat/tests/integration_test.rs +++ b/azalea-chat/tests/integration_test.rs @@ -1,6 +1,6 @@ use azalea_chat::{ - component::Component, style::{Ansi, ChatFormatting, TextColor}, + Component, }; use serde::Deserialize; use serde_json::Value; |
