Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-term/src/ui/prompt.rs')
| -rw-r--r-- | helix-term/src/ui/prompt.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/src/ui/prompt.rs b/helix-term/src/ui/prompt.rs index cb431806..1b85758e 100644 --- a/helix-term/src/ui/prompt.rs +++ b/helix-term/src/ui/prompt.rs @@ -1,4 +1,4 @@ -use crate::compositor::{Component, Compositor, Context, Event, EventResult, RenderContext}; +use helix_view::compositor::{Component, Compositor, Context, Event, EventResult, RenderContext}; use crate::{alt, ctrl, key, shift, ui}; use helix_view::input::KeyEvent; use helix_view::keyboard::KeyCode; |