chore: cleanup unused imports

This commit is contained in:
Jeremy Wall 2024-12-05 17:41:36 -05:00
parent 61a6e93515
commit 4b3e25895d

View File

@ -7,7 +7,7 @@ use ratatui::{
widgets::{Block, Cell, Row, StatefulWidget, Table, Widget},
};
use super::{Address, AppState, Book, RangeSelection};
use super::{Address, Book, RangeSelection};
// TODO(zaphar): Move this to the book module.
// NOTE(zaphar): This is stolen from ironcalc but ironcalc doesn't expose it