ios/BitwardenShared/UI/Vault/Vault/ImportLogins/ImportLoginsState.swift
2024-10-10 13:50:28 -05:00

8 lines
178 B
Swift

// MARK: - ImportLoginsState
/// An object that defines the current state of a `ImportLoginsView`.
///
struct ImportLoginsState: Equatable, Sendable {
// MARK: Properties
}