Skip to content

Commit 609c4dd

Browse files
committed
Update ContentView
1 parent 6b1b52b commit 609c4dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Demo/App.swiftpm/Sources/ContentView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ struct ContentView: View {
2323
}
2424

2525
var body: some View {
26-
VStack {/*
26+
VStack {
2727
HStack {
2828
VStack(spacing: 20) {
2929
Image("globe")
@@ -59,7 +59,7 @@ struct ContentView: View {
5959
task?.cancel()
6060
task = nil
6161
}
62-
}*/
62+
}
6363
List(items) { item in
6464
Text(verbatim: item.title)
6565
}

0 commit comments

Comments
 (0)