organize and solve logic bugs

This commit is contained in:
2025-11-12 08:22:56 -07:00
parent 889b8ae528
commit 8a682376d9
10 changed files with 108 additions and 109 deletions

View File

@@ -7,7 +7,7 @@ use ratatui::{
prelude, style::{Color, Style}, widgets::{Paragraph, Widget}
};
use crate::app::{app::App, calc::LEN, error_msg::ErrorMessage};
use crate::app::{app::App, logic::calc::LEN, error_msg::ErrorMessage};
pub enum Mode {
Insert(Chord),