DONE 🙌

This commit is contained in:
Sam DuBois
2022-12-18 17:01:58 -07:00
parent fbde055fc6
commit 5d0e5c32ed
4 changed files with 72 additions and 65 deletions

View File

@@ -35,7 +35,7 @@ struct InnerTimelineView: View {
}
.padding(.horizontal)
.refreshable {
<#code#>
print("Hello World")
}
}
}