Cleaned up session overview services

This commit is contained in:
Stefan Ceriu
2022-09-27 17:44:38 +03:00
committed by Stefan Ceriu
parent 7eee1cceab
commit c2f9a19316
3 changed files with 43 additions and 72 deletions

View File

@@ -20,9 +20,6 @@ import SwiftUI
/// Using an enum for the screen allows you define the different state cases with
/// the relevant associated data for each case.
enum MockUserSessionsOverviewScreenState: MockScreenState, CaseIterable {
// A case for each state you want to represent
// with specific, minimal associated data that will allow you
// mock that screen.
case verifiedSession
/// The associated screen