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

@@ -18,7 +18,7 @@ use ratatui::{
use crate::app::{
clipboard::Clipboard,
error_msg::StatusMessage,
logic::{self, calc::{Grid, get_header_size}, cell::CellType},
logic::{calc::{Grid, get_header_size}, cell::CellType},
mode::Mode,
screen::ScreenSpace,
};