diff --git a/modules/Package.swift b/modules/Package.swift index 6d8ab8dad..5fc84f388 100644 --- a/modules/Package.swift +++ b/modules/Package.swift @@ -184,7 +184,6 @@ let package = Package( .target( name: "ExportSeed", dependencies: [ - "FileManager", "MnemonicClient", "Models", "UIComponents", diff --git a/modules/Sources/Features/ExportSeed/ExportSeedView.swift b/modules/Sources/Features/ExportSeed/ExportSeedView.swift index 1e4b9ea80..a96bee612 100644 --- a/modules/Sources/Features/ExportSeed/ExportSeedView.swift +++ b/modules/Sources/Features/ExportSeed/ExportSeedView.swift @@ -6,7 +6,6 @@ // import ComposableArchitecture -import FileManager import Generated import Models import PDFKit