Rename state::Widget to pane_grid::Memory

This commit is contained in:
Héctor Ramón Jiménez 2024-10-24 13:55:04 +02:00
parent 089e629f41
commit 55504ffcd4
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 15 additions and 16 deletions

View file

@ -465,9 +465,3 @@ impl Action {
}
}
}
#[derive(Default)]
pub(super) struct Widget {
pub action: Action,
pub panes: Vec<Pane>,
}