mirror of
https://github.com/zaphar/sheetsui.git
synced 2025-07-23 05:19:48 -04:00
chore: unused imports
This commit is contained in:
parent
ae8366b16e
commit
f196879fb0
@ -7,9 +7,9 @@ use anyhow::Result;
|
||||
use crossterm::event::{self, Event, KeyCode, KeyEventKind, KeyModifiers};
|
||||
use ratatui::{
|
||||
buffer::Buffer,
|
||||
layout::{Constraint, Flex, Layout, Rect},
|
||||
layout::{Constraint, Flex, Layout},
|
||||
style::{Modifier, Style},
|
||||
widgets::{Block, Widget},
|
||||
widgets::Block,
|
||||
};
|
||||
use tui_prompts::{State, Status, TextPrompt, TextState};
|
||||
use tui_textarea::{CursorMove, TextArea};
|
||||
@ -20,7 +20,7 @@ pub mod render;
|
||||
mod test;
|
||||
|
||||
use cmd::Cmd;
|
||||
use render::{viewport::ViewportState, Viewport};
|
||||
use render::viewport::ViewportState;
|
||||
|
||||
#[derive(Default, Debug, PartialEq, Clone)]
|
||||
pub enum Modality {
|
||||
|
Loading…
x
Reference in New Issue
Block a user