feat: use ratatui

This commit is contained in:
Jack Wills
2023-03-19 21:08:33 +00:00
parent bcf98c9399
commit d431f85021
10 changed files with 96 additions and 94 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ use std::{
collections::{HashMap, HashSet},
fmt,
};
use tui::layout::{Constraint, Rect};
use ratatui::layout::{Constraint, Rect};
use uuid::Uuid;
use crate::app_data::Header;