summaryrefslogtreecommitdiffstats
path: root/ui/src/execute/actions.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/execute/actions.rs')
-rw-r--r--ui/src/execute/actions.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/execute/actions.rs b/ui/src/execute/actions.rs
index dd5d3ab3..451ac3d3 100644
--- a/ui/src/execute/actions.rs
+++ b/ui/src/execute/actions.rs
@@ -23,7 +23,7 @@
* User actions that need to be handled by the UI
*/
-use components::Component;
+use crate::components::Component;
pub use melib::mailbox::{SortField, SortOrder};
use melib::thread::ThreadHash;
use melib::EnvelopeHash;