flake_edit/tui/components/
confirm.rs

1mod model;
2mod view;
3
4pub use model::ConfirmAction;
5pub use view::Confirm;