This commit is contained in:
parent
450183c06b
commit
2fdc5e01b8
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
use phf::phf_map;
|
use phf::phf_map;
|
||||||
use ratatui::{style::Color, widgets::Widget};
|
use ratatui::{style::Color, widgets::Widget};
|
||||||
|
#[cfg(target_arch = "wasm32")]
|
||||||
|
use ratzilla::ratatui;
|
||||||
|
|
||||||
pub const DAY_ICONS: phf::Map<&'static str, [&'static str; 3]> = phf_map! {
|
pub const DAY_ICONS: phf::Map<&'static str, [&'static str; 3]> = phf_map! {
|
||||||
"01d" => [
|
"01d" => [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue