fix: rename Target import
This commit is contained in:
parent
2061b48c40
commit
e91be7dfc2
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ pub mod text;
|
||||||
mod worker;
|
mod worker;
|
||||||
|
|
||||||
use mime::{AllowedMimeTypes, AsMimeTypes, MimeType};
|
use mime::{AllowedMimeTypes, AsMimeTypes, MimeType};
|
||||||
use state::SelectionTarget;
|
use state::Target;
|
||||||
use text::Text;
|
use text::Text;
|
||||||
|
|
||||||
pub type SimpleClipboard = Clipboard<WlSurface>;
|
pub type SimpleClipboard = Clipboard<WlSurface>;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue