move basic table arrows over

This commit is contained in:
Clement Tsang 2024-01-01 22:37:16 -05:00
parent 80b91b4eb8
commit e54f71426c
No known key found for this signature in database
GPG Key ID: B17834EA2182446B
4 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ impl FromStr for ColourScheme {
"nord" => Ok(ColourScheme::Nord),
"nord-light" => Ok(ColourScheme::NordLight),
_ => Err(BottomError::ConfigError(format!(
"\"{s}\" is an invalid built-in color scheme."
"`{s}` is an invalid built-in color scheme."
))),
}
}

View File

@ -4,3 +4,4 @@ pub mod data_table;
pub mod pipe_gauge;
pub mod time_chart;
pub mod time_graph;
pub mod widget_carousel;

View File

@ -1,4 +1,3 @@
pub mod basic_table_arrows;
pub mod battery_display;
pub mod cpu_basic;
pub mod cpu_graph;