remove PhraseViewState

This commit is contained in:
🪞👃🪞 2024-11-25 18:32:23 +01:00
parent 9319315595
commit 3569019b86
16 changed files with 432 additions and 473 deletions

View file

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