rename some view structs

This commit is contained in:
🪞👃🪞 2024-11-25 19:37:40 +01:00
parent b2386b2992
commit 83e2a285dd
4 changed files with 17 additions and 19 deletions

View file

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