improv(widget): share object-select svg handle between widgets using it

This commit is contained in:
Michael Aaron Murphy 2024-02-22 21:05:21 +01:00 committed by Michael Murphy
parent 552077bd8e
commit bd353c6b54
5 changed files with 51 additions and 71 deletions

View file

@ -24,6 +24,8 @@ pub mod aspect_ratio;
pub mod button;
pub use button::{button, Button, IconButton, LinkButton, TextButton};
pub(crate) mod common;
pub mod card;
pub use card::*;