fix: reorder imports

This commit is contained in:
Ashley Wulber 2024-03-25 16:02:04 -04:00
parent 7db9746658
commit f5908d028a
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820

View file

@ -12,8 +12,6 @@ use std::sync::mpsc::{self, Receiver};
use sctk::reexports::calloop::channel::{self, Sender};
use sctk::reexports::client::backend::Backend;
use sctk::reexports::client::Connection;
use state::SelectionTarget;
use text::Text;
pub mod mime;
mod state;
@ -21,6 +19,8 @@ mod text;
mod worker;
use mime::{AllowedMimeTypes, AsMimeTypes, MimeType};
use state::SelectionTarget;
use text::Text;
/// Access to a Wayland clipboard.
pub struct Clipboard {