Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-term/src/ui/text.rs')
| -rw-r--r-- | helix-term/src/ui/text.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/src/ui/text.rs b/helix-term/src/ui/text.rs index 00cd21db..4097deb5 100644 --- a/helix-term/src/ui/text.rs +++ b/helix-term/src/ui/text.rs @@ -1,4 +1,4 @@ -use crate::compositor::{Component, RenderContext}; +use helix_view::compositor::{Component, RenderContext}; use helix_view::graphics::Rect; |