Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-term/src/ui/overlay.rs')
| -rw-r--r-- | helix-term/src/ui/overlay.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/src/ui/overlay.rs b/helix-term/src/ui/overlay.rs index 3efacdc9..c0e52654 100644 --- a/helix-term/src/ui/overlay.rs +++ b/helix-term/src/ui/overlay.rs @@ -4,7 +4,7 @@ use helix_view::{ Editor, }; -use crate::compositor::{Component, Context, Event, EventResult, RenderContext}; +use helix_view::compositor::{Component, Context, Event, EventResult, RenderContext}; /// Contains a component placed in the center of the parent component pub struct Overlay<T> { |