extract clock elements (#28)

Few tests. Extract `Style` to `common`.
This commit is contained in:
Jens K.
2024-12-28 12:32:27 +01:00
committed by GitHub
parent d56434f2de
commit 9bfe4e528b
13 changed files with 516 additions and 563 deletions

View File

@@ -8,9 +8,10 @@ use ratatui::{
use std::cmp::max;
use crate::{
common::Style,
events::{Event, EventHandler},
utils::center,
widgets::clock::{self, Clock, ClockWidget, Style},
widgets::clock::{self, Clock, ClockWidget},
};
#[derive(Debug, Clone)]