diff options
| author | mo8it <mo8it@proton.me> | 2024-07-25 16:26:48 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-07-25 16:26:48 +0200 |
| commit | 1937b4bf664568afcdb2c73247b593299d3fca6d (patch) | |
| tree | 4af8ef68950c1d02238e962ac96f6d97dc947b83 /src/watch/state.rs | |
| parent | 8beb2908420b0225aabe983e3425055db761b356 (diff) | |
Use the rexported crossterm from ratatui
Diffstat (limited to 'src/watch/state.rs')
| -rw-r--r-- | src/watch/state.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/watch/state.rs b/src/watch/state.rs index 78af30a..26ff411 100644 --- a/src/watch/state.rs +++ b/src/watch/state.rs @@ -1,5 +1,5 @@ use anyhow::Result; -use crossterm::{ +use ratatui::crossterm::{ style::{style, Stylize}, terminal, }; |
