improve table structure + doc

This commit is contained in:
Clément DOUIN
2021-09-11 14:38:34 +02:00
parent decb4192aa
commit fa622ba1db
5 changed files with 75 additions and 21 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ use mailparse;
use crate::{
ctx::Ctx,
flag::model::Flags,
table::{Cell, Row, Table},
ui::table::{Cell, Row, Table},
};
#[cfg(not(test))]