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,6 +1,6 @@
use std::collections::BTreeMap;
use crate::app::Content;
use crate::common::Content;
use ratatui::{
buffer::Buffer,
layout::{Constraint, Layout, Rect},