summaryrefslogtreecommitdiffstats
path: root/src/widgets/process_table/sort_table.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/process_table/sort_table.rs')
-rw-r--r--src/widgets/process_table/sort_table.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/process_table/sort_table.rs b/src/widgets/process_table/sort_table.rs
index da6a08d3..5b7a9dbd 100644
--- a/src/widgets/process_table/sort_table.rs
+++ b/src/widgets/process_table/sort_table.rs
@@ -3,7 +3,7 @@ use std::borrow::Cow;
use tui::text::Text;
use crate::{
- canvas::tui_widgets::data_table::{ColumnHeader, DataTableColumn, DataToCell},
+ canvas::components::data_table::{ColumnHeader, DataTableColumn, DataToCell},
utils::general::truncate_to_text,
};