summaryrefslogtreecommitdiffstats
path: root/src/interactive/widgets/glob.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/interactive/widgets/glob.rs')
-rw-r--r--src/interactive/widgets/glob.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interactive/widgets/glob.rs b/src/interactive/widgets/glob.rs
index bad9fd9..9f385a2 100644
--- a/src/interactive/widgets/glob.rs
+++ b/src/interactive/widgets/glob.rs
@@ -18,7 +18,7 @@ use tui_react::{draw_text_nowrap_fn, Terminal};
use unicode_segmentation::UnicodeSegmentation;
use unicode_width::UnicodeWidthStr;
-use crate::interactive::Cursor;
+use crate::interactive::app_state::Cursor;
pub struct GlobPaneProps {
pub border_style: Style,