Add a simple screen SwiftUI template.

This commit is contained in:
Doug
2022-01-25 16:43:10 +00:00
committed by Doug
parent f39fdba212
commit 7f26c33179
12 changed files with 529 additions and 1 deletions
@@ -30,7 +30,6 @@ struct TemplateUserProfile: View {
@ObservedObject var viewModel: TemplateUserProfileViewModel.Context
var body: some View {
EmptyView()
VStack {
TemplateUserProfileHeader(
avatar: viewModel.viewState.avatar,