clean up rendering function

This commit is contained in:
2025-11-14 09:33:11 -07:00
parent ef4429a38f
commit 9c44db0d92
3 changed files with 58 additions and 42 deletions

View File

@@ -12,7 +12,6 @@ use crate::app::{
cell::{CSV_DELIMITER, CellType},
ctx,
},
mode::Mode,
};
#[cfg(test)]