remove PhraseListViewState

This commit is contained in:
🪞👃🪞 2024-11-25 20:11:05 +01:00
parent 83e2a285dd
commit d54a259ed3
4 changed files with 65 additions and 67 deletions

View file

@ -35,7 +35,7 @@ impl Content for ArrangerTui {
),
Split::right(
self.splits[1],
PhraseListView(self),
PhraseListView::from(self),
PhraseView::from(self),
)
)