Polish demo

This commit is contained in:
david-swift 2024-11-23 11:35:50 +01:00
parent 6a9f05bc18
commit 776b63f46a

View File

@ -32,7 +32,6 @@ struct DialogDemo: View {
.topToolbar {
HeaderBar.empty()
}
Button("Close") { dialog = false }
}
}