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/app_state.rs | |
| parent | 8beb2908420b0225aabe983e3425055db761b356 (diff) | |
Use the rexported crossterm from ratatui
Diffstat (limited to 'src/app_state.rs')
| -rw-r--r-- | src/app_state.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app_state.rs b/src/app_state.rs index e08f94c..8995e81 100644 --- a/src/app_state.rs +++ b/src/app_state.rs @@ -1,5 +1,5 @@ use anyhow::{bail, Context, Result}; -use crossterm::style::Stylize; +use ratatui::crossterm::style::Stylize; use serde::Deserialize; use std::{ fs::{self, File}, |
