Removed unnecessary comments from RiotSwiftUI templates, fixed StateStoreViewModel typealias formatting

This commit is contained in:
Stefan Ceriu
2022-09-27 11:17:25 +03:00
committed by Stefan Ceriu
parent 89bcd92cca
commit 732dc3cba9
61 changed files with 62 additions and 288 deletions
@@ -17,13 +17,7 @@
import SwiftUI
struct TemplateUserProfileHeader: View {
// MARK: - Properties
// MARK: Private
@Environment(\.theme) private var theme: ThemeSwiftUI
// MARK: Public
let avatar: AvatarInputProtocol?
let displayName: String?