Skip to content

Commit

Permalink
delete unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
kyu08 committed Nov 23, 2024
1 parent d2e452a commit 3e64452
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/usecase/tui/app.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
use super::{config, ui::ui};
use crate::{
file::toml,
model::{
Expand All @@ -7,8 +8,6 @@ use crate::{
runner, runner_type,
},
};

use super::{config, ui::ui};
use anyhow::{anyhow, bail, Result};
use crossterm::{
event::{DisableMouseCapture, EnableMouseCapture, KeyCode, KeyEvent},
Expand All @@ -31,9 +30,6 @@ use std::{
};
use tui_textarea::TextArea;

// #[cfg(test)]
// use crate::model::histories::Histories;

// AppState represents the state of the application.
// "Making impossible states impossible"
// The type of `AppState` is defined according to the concept of 'Making Impossible States Impossible'.
Expand Down

0 comments on commit 3e64452

Please sign in to comment.