Rename state::Widget to pane_grid::Memory
This commit is contained in:
parent
089e629f41
commit
55504ffcd4
2 changed files with 15 additions and 16 deletions
|
|
@ -465,9 +465,3 @@ impl Action {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Default)]
|
||||
pub(super) struct Widget {
|
||||
pub action: Action,
|
||||
pub panes: Vec<Pane>,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue