fix diff generation and add test coverage

This commit is contained in:
Brian Hung
2025-07-22 17:25:34 -07:00
committed by Nicolás Hatcher Andrés
parent 51f2da8663
commit b4349ff5da
4 changed files with 206 additions and 17 deletions

View File

@@ -3,7 +3,7 @@
mod border;
mod border_utils;
mod common;
mod history;
pub(crate) mod history;
mod ui;
pub use common::UserModel;