make utilities module

This commit is contained in:
alice pellerin
2026-04-29 17:41:05 -05:00
parent 3ad74cc3de
commit 162046d13e
9 changed files with 14 additions and 8 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
use ratatui::{layout::Rect, style::{Color, Stylize}, text::{Line, Span}, widgets::Widget};
use crate::{app::App, buffer::Buffer, custom_greys::CustomGreys};
use crate::{app::App, buffer::Buffer, utilities::CustomGreys};
impl Widget for &App {
fn render(self, area: Rect, buf: &mut ratatui::buffer::Buffer) {