Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-term/src/ui/markdown.rs')
| -rw-r--r-- | helix-term/src/ui/markdown.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/src/ui/markdown.rs b/helix-term/src/ui/markdown.rs index 830f59a1..6ed08dd9 100644 --- a/helix-term/src/ui/markdown.rs +++ b/helix-term/src/ui/markdown.rs @@ -1,4 +1,4 @@ -use crate::compositor::{Component, RenderContext}; +use helix_view::compositor::{Component, RenderContext}; use tui::text::{Span, Spans, Text}; use std::sync::Arc; |