code clean up

This commit is contained in:
Lukas Korba 2022-03-03 13:06:47 +01:00
parent 0ac32c9854
commit 9c887367c4
1 changed files with 0 additions and 13 deletions

View File

@ -44,19 +44,6 @@ struct AppView: View {
action: AppAction.phraseValidation
)
)
.toolbar(
content: {
ToolbarItem(
placement: .navigationBarLeading,
content: {
Button(
action: { viewStore.send(.updateRoute(.startup)) },
label: { Text("Back") }
)
}
)
}
)
.navigationViewStyle(StackNavigationViewStyle())
}