Skip to content
2 changes: 2 additions & 0 deletions AuthenticatorShared/UI/Auth/AuthModule.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import BitwardenKit

// MARK: - AuthModule

/// An object that builds coordinators for the auth flow.
Expand Down
1 change: 1 addition & 0 deletions AuthenticatorShared/UI/DebugMenu/DebugMenuModule.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import BitwardenKit
import Foundation

// MARK: - DebugMenuModule
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import BitwardenKitMocks
import XCTest

@testable import AuthenticatorShared
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import BitwardenKit

// MARK: - FileSelectionModule

/// An object that builds coordinators for the file selection flow.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import BitwardenKit
import BitwardenKitMocks
import BitwardenResources
import SwiftUI
import XCTest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import BitwardenKit

// MARK: - SettingsModule

/// An object that builds coordinators for the settings tab.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import BitwardenKit

// MARK: - TutorialModule

/// An object that builds tutorial coordinators
Expand Down
Loading