Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-tui/src/widgets/mod.rs')
| -rw-r--r-- | helix-tui/src/widgets/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-tui/src/widgets/mod.rs b/helix-tui/src/widgets/mod.rs index e5608a79..b28a4df7 100644 --- a/helix-tui/src/widgets/mod.rs +++ b/helix-tui/src/widgets/mod.rs @@ -23,7 +23,7 @@ pub use self::table::{Cell, Row, Table, TableState}; use crate::buffer::Buffer; use bitflags::bitflags; -use helix_view::graphics::Rect; +use helix_graphics::Rect; bitflags! { /// Bitflags that can be composed to set the visible borders essentially on the block widget. |