cleanup imports
Some checks failed
Test Rust project / test (ubuntu-latest, stable) (push) Failing after 41s

This commit is contained in:
2026-01-27 13:50:00 -07:00
parent 0c78e7834b
commit 077b53f6ff
4 changed files with 16 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ use crate::app::{
app::App,
error_msg::StatusMessage,
logic::{
calc::{CSV_EXT, CUSTOM_EXT, Grid, LEN},
calc::{Grid, LEN},
cell::CellType,
},
};