feat: run the tui

This commit is contained in:
uttarayan21
2025-10-08 14:58:33 +05:30
parent 3cb82612be
commit c18e92ff01
4 changed files with 49 additions and 48 deletions

View File

@@ -1,4 +1,4 @@
pub use error_stack::{Report, ResultExt};
// Removed unused imports Report and ResultExt
#[derive(Debug, thiserror::Error)]
#[error("An error occurred")]
pub struct Error;