extract Content into common

This commit is contained in:
jk
2024-12-28 13:18:43 +01:00
parent 9bfe4e528b
commit 7206714f96
5 changed files with 19 additions and 19 deletions

View File

@@ -1,5 +1,7 @@
use crate::{
app::Content, common::Style, constants::APP_NAME, widgets::pomodoro::Mode as PomodoroMode,
common::{Content, Style},
constants::APP_NAME,
widgets::pomodoro::Mode as PomodoroMode,
};
use color_eyre::eyre::Result;
use serde::{Deserialize, Serialize};