diff --git a/yazi-core/src/tab/commands/copy.rs b/yazi-core/src/tab/commands/copy.rs index 0a4356e8..7fe848c1 100644 --- a/yazi-core/src/tab/commands/copy.rs +++ b/yazi-core/src/tab/commands/copy.rs @@ -1,7 +1,7 @@ use std::{borrow::Cow, ffi::{OsStr, OsString}, path::Path}; use yazi_plugin::CLIPBOARD; -use yazi_shared::event::CmdCow; +use yazi_shared::{event::CmdCow, url::Url}; use crate::tab::Tab;