mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-04 01:03:31 +02:00
Unify imports
This commit is contained in:
+4
-3
@@ -11,9 +11,10 @@ use crossterm::{
|
||||
};
|
||||
use std::io::{self, StdoutLock, Write};
|
||||
|
||||
use crate::app_state::AppState;
|
||||
|
||||
use self::state::{Filter, ListState};
|
||||
use crate::{
|
||||
app_state::AppState,
|
||||
list::state::{Filter, ListState},
|
||||
};
|
||||
|
||||
mod scroll_state;
|
||||
mod state;
|
||||
|
||||
Reference in New Issue
Block a user