fix: rendering of avatar thumbnails

This commit is contained in:
Evan Carroll 2026-01-22 23:48:13 -06:00
parent a2a0fe5510
commit 23630b19b2
8 changed files with 931 additions and 24 deletions

View file

@ -3,6 +3,7 @@
pub mod avatar_canvas;
pub mod avatar_editor;
pub mod avatar_store;
pub mod avatar_thumbnail;
pub mod chat;
pub mod chat_types;
pub mod context_menu;
@ -30,6 +31,7 @@ pub mod ws_client;
pub use avatar_canvas::*;
pub use avatar_editor::*;
pub use avatar_store::*;
pub use avatar_thumbnail::*;
pub use chat::*;
pub use chat_types::*;
pub use context_menu::*;