summaryrefslogtreecommitdiffstats
path: root/src/widgets/temperature_table.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/temperature_table.rs')
-rw-r--r--src/widgets/temperature_table.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/temperature_table.rs b/src/widgets/temperature_table.rs
index 37d06d15..c7d19702 100644
--- a/src/widgets/temperature_table.rs
+++ b/src/widgets/temperature_table.rs
@@ -7,11 +7,11 @@ use tui::text::Text;
use crate::{
app::AppConfigFields,
canvas::{
- styling::CanvasStyling,
components::data_table::{
ColumnHeader, DataTableColumn, DataTableProps, DataTableStyling, DataToCell,
SortColumn, SortDataTable, SortDataTableProps, SortOrder, SortsRow,
},
+ styling::CanvasStyling,
},
data_collection::temperature::TemperatureType,
utils::general::{sort_partial_fn, truncate_to_text},