User other sessions screen template

This commit is contained in:
Aleksandrs Proskurins
2022-09-30 16:34:41 +03:00
parent 3d9200f34a
commit 20200fd22a
19 changed files with 536 additions and 27 deletions
@@ -18,7 +18,7 @@ import Foundation
import SwiftUI
/// View data for DeviceAvatarView
struct DeviceAvatarViewData {
struct DeviceAvatarViewData: Hashable {
let deviceType: DeviceType
let isVerified: Bool?
}