mirror of
https://github.com/writeas/writefreely-swiftui-multiplatform.git
synced 2024-11-15 01:11:02 +00:00
Clean up excessive linebreaks
This commit is contained in:
parent
1c027c98dc
commit
f4d7790a23
@ -9,11 +9,7 @@ struct ContentView: View {
|
|||||||
.frame(maxHeight: .infinity)
|
.frame(maxHeight: .infinity)
|
||||||
.navigationTitle("Posts")
|
.navigationTitle("Posts")
|
||||||
.toolbar {
|
.toolbar {
|
||||||
NavigationLink(
|
NavigationLink(destination: PostEditor(post: Post())) {
|
||||||
destination: PostEditor(
|
|
||||||
post: Post()
|
|
||||||
)
|
|
||||||
) {
|
|
||||||
Image(systemName: "plus")
|
Image(systemName: "plus")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user