fix: rename Target import

This commit is contained in:
Ashley Wulber 2024-03-25 16:20:04 -04:00
parent 2061b48c40
commit e91be7dfc2
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820

View file

@ -22,7 +22,7 @@ pub mod text;
mod worker;
use mime::{AllowedMimeTypes, AsMimeTypes, MimeType};
use state::SelectionTarget;
use state::Target;
use text::Text;
pub type SimpleClipboard = Clipboard<WlSurface>;