Start list without Ratatui

This commit is contained in:
mo8it
2024-08-24 00:14:12 +02:00
parent 47976caa69
commit 570bc9f32d
14 changed files with 303 additions and 500 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
use anyhow::Result;
use ratatui::crossterm::style::{style, StyledContent, Stylize};
use crossterm::style::{style, StyledContent, Stylize};
use std::{
fmt::{self, Display, Formatter},
io::Write,