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

@@ -5,7 +5,7 @@ use color_eyre::{
};
use std::time::Duration;
use crate::{app::Content, common::Style};
use crate::common::{Content, Style};
#[derive(Parser)]
pub struct Args {